mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-02-11 10:55:09 +00:00
1. Implement new single-precision add/subtract routine that more closely follows the real B5500 logic. 2. Implement tests/B5500SPMathTest.html testbed to exercise the new add/subtract implementation. 3. Implement new way to focus the ConsolePanel window after the SPO becomes ready during initialization. 4. Add "?db=" parameter to tools/B5500DeleteStorageDB.html to specify the disk storage data base name. 5. Implement "Execute Single" button in B5500SyllableDebugger to preserve the T register when testing a single syllable. 6. Implement "octize" and "pic*" function in B5500Util to support tests/B5500SPMathTest.html. 7. Commit minor changes to webSite index page and GitHub README.md. Commit version 1.03b: 1. Remove initial window open/close (to destroy any existing windows) from Console, I/O device classes, and configuration utilities. 2. Commit Mark XV MESAGE/CANDE file for reconstructed SYSTEM tape, donated by Rich Cornwell. Commit version 1.03a: 1. Correct character translation for even-parity tape operations. 2. Implement normal tape space operation for tape maintenance space operation (temporary solution to fix problem with Mark XV tape parity recovery -- Mark XIII did not issue maintenance space I/Os). 3. Modify B5500MagTapeDrive to report EOF+parity when attempting to ready beyond the end of the internal tape image (previously reported only parity error). 4. Restate B5500Processor delay deviation and processor slack time average calculations and increase the alpha for the running exponential averages to smooth out the reporting on the B5500ConsolePanel. 5. Improve delay timing calculation for B5500CardPunch, B5500CardReader. and B5500LinePrinter.
74 lines
3.3 KiB
HTML
74 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>retro-B5500 Emulator Hosting Site</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="Author" content="Nigel Williams & 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/A-CONTROL.png" alt="retro A-CONTROL logo">
|
|
</a>
|
|
|
|
<h1><img src="./webUI/resources/retro-B5500-Logo.png" alt="retro logo">
|
|
<hr>
|
|
Burroughs B5500 Emulator Hosting Site
|
|
</h1>
|
|
|
|
<p>This site hosts the current version of the retro-B5500 emulator, an implementation of the legendary Burroughs B5500 that runs in a web browser.</p>
|
|
|
|
<p class=center>
|
|
<img src="./webSite/b5500.jpg" alt="Typical B5500 installation">
|
|
</p>
|
|
|
|
<h2>Main Links</h2>
|
|
|
|
<ul>
|
|
<li><a href="./webUI/B5500Console.html">B5500 Home Page</a>
|
|
<br>The home page from which you can start the emulator and open the B5500 Operations Console. <i>Please read the
|
|
<a href="https://github.com/pkimpel/retro-b5500/wiki/WebUIGettingStarted">Getting Started</a> wiki page before opening the home page.</i>
|
|
|
|
<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-b5500/">Open Source Project</a>
|
|
<br>Source code, documentation, and other developer resources for the retro-B5500 emulator project at GitHub.
|
|
|
|
<li><a href="http://retro-b5500.blogspot.com/">Project Blog</a>
|
|
<br>The retro-B5500 project blog.
|
|
|
|
<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/UtilityMenu.html">Emulator Utilities</a>
|
|
<br>A set of utilities that run in your web browser for setting up and inspecting the emulator environment.
|
|
|
|
<li><a href="https://drive.google.com/folderview?id=0BxqKm7v4xBswM29qUkxPTkVfYzg&usp=sharing">Releases</a>
|
|
<br>Recent releases of the emulator files, packaged as one <code>.zip</code> file per release.
|
|
|
|
<li><a href="./webSite/SoftwareRequest.html">B5500 System Software</a>
|
|
<br>Tape images of B5500 system software for the Mark XIII (1971) software release. You must download at least the SYSTEM tape image in order to set up the emulator in your browser.
|
|
|
|
<li><a href="http://bitsavers.org/pdf/burroughs/B5000_5500_5700/">Burroughs Documents at bitsavers.org</a>
|
|
<br>A collection of scanned copies of original Burroughs manuals and other reference materials for the B5500 system.
|
|
</ul>
|
|
|
|
|
|
<hr>
|
|
<p class="center smaller">Like this? Check out the
|
|
<a href="http://www.phkimpel.us/ElectroData/205/">ElectroData/Burroughs Datatron 205 Emulator</a>.
|
|
</p>
|
|
|
|
<p>
|
|
<div id=footerDiv>
|
|
Copyright (c) 2013, Nigel Williams and Paul Kimpel • Licensed under the MIT License
|
|
</div>
|
|
<div id=lastModDiv>Revised
|
|
2015-10-04
|
|
</div>
|
|
|
|
</body>
|
|
</html> |