mirror of
https://github.com/pkimpel/retro-220.git
synced 2026-01-11 23:52:46 +00:00
76 lines
3.3 KiB
HTML
76 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>retro-220 Emulator Hosting Site</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="Author" content="Paul Kimpel">
|
|
<meta http-equiv="Content-Script-Type" content="text/javascript">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<link id=defaultStyleSheet rel=stylesheet type="text/css" href="./webSite/website.css">
|
|
</head>
|
|
|
|
<body>
|
|
<a href="./index.html" title="Click to return to the Home Page">
|
|
<img id=retroButton src="./webUI/resources/retro-Button-Logo.png" alt="retro button logo">
|
|
</a>
|
|
|
|
<h1><img src="./webUI/resources/retro-220-Logo.png" alt="retro 220 logo">
|
|
<hr>
|
|
Burroughs 220 Emulator – Hosting Site Home
|
|
</h1>
|
|
|
|
<p>This site hosts the current version of the retro-220 emulator, an implementation of the Burroughs 220 computer system that runs in a web browser.</p>
|
|
|
|
<p class=center>
|
|
<img src="./webSite/BRL61-burroughs-220-152.jpg" style="width:30em" alt="Typical 220 installation">
|
|
</p>
|
|
|
|
<h2>Main Links</h2>
|
|
|
|
<ul>
|
|
<li><a href="./webUI/B220.html">220 Emulator Home Page</a>
|
|
<br>The home page from which you can start the emulator and open the control panels.
|
|
Please see the <a href="https://github.com/pkimpel/retro-220/wiki/GettingStarted">Getting Started</a> and <a href="https://github.com/pkimpel/retro-220/wiki/ConfiguringTheEmulator">Configuring the Emulator</a> wiki pages for information on setting up and running the emulator.
|
|
|
|
<!--
|
|
<li><a href="./webSite/HelpMenu.html">Help & Getting Started</a>
|
|
<br>A menu of information resources to assist you in setting up and operating the emulator.
|
|
-->
|
|
|
|
<li><a href="https://github.com/pkimpel/retro-220/wiki">Project Wiki</a>
|
|
<br>A set of help pages to assist you in setting up and operating the emulator.
|
|
|
|
<li><a href="https://github.com/pkimpel/retro-220/">Open Source Project</a>
|
|
<br>Source code, documentation, and other developer resources for the retro-220 emulator project at GitHub.
|
|
|
|
<li><a href="https://datatron.blogspot.com/2018/02/introducing-burroughs-220.html">Project Blog</a>
|
|
<br>Tom Sawyer's Burroughs 205 and 220 blog, which includes posts related to this emulator.
|
|
|
|
<!--
|
|
<li><a href="http://groups.google.com/group/retro-b5500/">Project Forum</a>
|
|
<br>The retro-B5500 project forum. The forum is open to everyone, but you must register first.
|
|
|
|
<li><a href="./webSite/220-Useful-Links.html">Useful Links</a>
|
|
<br>A page containing links to specific documents, source code, and developer resources.
|
|
-->
|
|
|
|
<li><a href="http://bitsavers.org/pdf/burroughs/electrodata/220/">Burroughs 220 Documents at bitsavers.org</a>
|
|
<br>A collection of scanned copies of original Burroughs manuals and other reference materials for the 220 system. This project would not have been possible without the availability of these materials.
|
|
</ul>
|
|
|
|
|
|
<hr>
|
|
<p class="center smaller">Like this? Check out the
|
|
<a href="http://www.phkimpel.us/B5500/">Burroughs B5500</a> and
|
|
<a href="http://www.phkimpel.us/ElectroData-205/">ElectroData/Burroughs 205</a> emulators.
|
|
</p>
|
|
|
|
<p> </p>
|
|
<div id=footerDiv>
|
|
Copyright (c) 2017, Paul Kimpel • Licensed under the <a href="LICENSE.txt">MIT License</a>
|
|
</div>
|
|
<div id=lastModDiv>Revised
|
|
2019-02-14
|
|
</div>
|
|
|
|
</body>
|
|
</html> |