1
0
mirror of https://github.com/pkimpel/retro-220.git synced 2026-01-11 23:52:46 +00:00
pkimpel.retro-220/index.html
Paul Kimpel 6c51a5803b Commit 220 emulator version 0.4:
1. Minor improvements to magnetic tape implementation and rearrangement of code.
2. Correct Processor CAD/CAA/CSU/CSA operation for operand signs other than 0 or 1.
3. Correct Processor LDB to load only the low-order four digits of the operand into B.
4. Correct Processor SLS shift count; improve mechanization of other shift-left operations.
5. Fix beforeunload event registration for Cardatron and Console devices.
6. Implement "Whippet" mode for Console TTY devices to print at 200 CPS instead of 10 CPS.
7. Expand B220PaperTapePunch translate table to cover all 256 8-bit codes; scroll end of punched data into view.
8. Minor code cleanup in B220PaperTapeReader.
2017-11-19 17:56:09 -08:00

73 lines
2.8 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 &ndash; 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.
<!--
<li><a href="./webSite/HelpMenu.html">Help &amp; 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/">Open Source Project</a>
<br>Source code, documentation, and other developer resources for the retro-220 emulator project at GitHub.
<li><a href="http://datatron.blogspot.com/">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.
</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>&nbsp;
<div id=footerDiv>
Copyright (c) 2017, Paul Kimpel &bull; Licensed under the <a href="LICENSE.txt">MIT License</a>
</div>
<div id=lastModDiv>Revised
2017-11-19
</div>
</p>
</body>
</html>