mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-02-13 11:44:33 +00:00
1. Move project from Google Code to GitHub (https://github.com/pkimpel/retro-b5500/). Update links and help pages; convert wiki pages to GitHub's MarkDown format. 2. Implement emulator-hosted memory dump to a tape image that can be saved and input into the B5500 DUMP/ANALYZE utility for analysis. Activated by clicking the NOT READY button on the Console. 3. Fix bad assignments to Processor X register in arithmetic ops (affected only SyllableDebugger script). 4. Remove IndexedDB.openDatabase() version parameter so the B5500ColdLoader and tools/ scripts will work in non-Firefox browsers. 5. Add a "?db" query string parameter to the tools/scripts so these scripts can open disk subsystems other than B5500DiskUnit. 6. Correct pre-allocated file locations and ESU card in tools/COLDSTART-XIII.card. 7. Implement new double-click mechanism to copy and clear the contents of card punch, datacom terminal, and line-printer output areas to a temporary window for subsequent copying or saving. 8. Correct handling of Ctrl-B (break), Ctrl-D (disconnect request), Ctrl-E (WRU), Ctrl-L (clear input buffer), and Ctrl-Q (alternate end-of-message) in B5500DatacomUnit. 9. Implement reporting of Model IB (slow, bulk) disk in B5500DiskUnit readInterrogate. 10. Implement detection of browser IndexedDB quota-exceeded errors in B5500DiskUnit (primarily to handle the fixed 2GB limit for off-line storage in Firefox). 11. Correct problem when line printer exhausted paper and FORM FEED triple-click did not clear the condition. 12. Eliminate BOT marker sensed in result for tape drive Write Interrogate operation -- Mark XIII and XV MCPs treat this as an error and will not purge blank tapes because of it. 13. Fix double-click of SPO INPUT REQUEST button either sending a duplicate interrupt to the system or the second click moving focus from the SPO input box. 14. Further tuning of delay-deviation adjustment mechanism in B5500SetCallback.js. 15. Reinstate ability of SPO to wrap long outputs to additional lines (apparently lost with new SPO input mechanism in 1.00). 16. Commit preliminary COOLSTART-XIII.card and MCPTAPEDISK-XIII.card decks.
69 lines
2.9 KiB
HTML
69 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>retro-B5500 Emulator Hosting Site</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<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 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.
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<p>
|
|
<div id=footerDiv>
|
|
Copyright (c) 2013, Nigel Williams and Paul Kimpel • Licensed under the MIT License
|
|
</div>
|
|
<div id=lastModDiv>Revised
|
|
2015-06-10
|
|
</div>
|
|
|
|
</body>
|
|
</html> |