1
0
mirror of https://github.com/pkimpel/retro-b5500.git synced 2026-02-12 11:17:29 +00:00
Files
pkimpel.retro-b5500/index.html
paul.kimpel@digm.com 47e5d09ef7 1. Release emulator version 0.07.
2. Implement interrupt and device status latching in B5500CentralControl to support better UI display.
3. Implement B5500CardPunch device.
4. Implement preliminary and experimental B5500DummyPrinter device; correct printer I/O initiation in IOUnit.
5. Correct the way that Printer Finished interrupts are handled in IOUnit and CentralControl.
6. Implement Card Load Select in B5500Console and B5500SyllableDebugger.
7. Fix lack of presence-bit detection in return ops for returned values.
8. Redesign B5500CardReader UI to show last two cards read; change method of emptying the input hopper.
9. Set CHECK option and rework SYSTEM/LOG initialization in B5500ColdLoader.html.
10. Centralize system memory cycle time setting; change from 6us to 4us memory cycle time.
11. Increase Processor timeslice to 16ms and rework Processor.schedule() internals for more accurate performance throttling in browsers with poor setTimeout() granularity.
12. Reduce Processor syllable overhead from 2 cycles to 1.
13. Change B5500SPOUnit method of output to "paper" to work better in Google Chrome.
14. Make documentation and debugging enhancements in B5500IOUnit.
15. Release initial test website HTML and Unisys license PDF.
16. Commit Mark XVI DCMCP transcription as of 2013-06-21.
2013-06-24 05:04:15 +00:00

45 lines
1.8 KiB
HTML

<!DOCTYPE html>
<head>
<title>retro-B5500 Emulator Test 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="index.css">
</head>
<body>
<img id=retroButton src="./webUI/retro-Button-Logo.png" alt="retro yellow button logo">
<h1><img src="./webUI/retro-B5500-Logo.png" alt="retro logo">
<hr>
Burroughs B5500 Emulator Test Site
</h1>
<p>This site hosts the current test version of the retro-B5500 emulator, a web-browser based emulator for the legendary Burroughs B5500 system of the 1960s.
<h2>Main Links</h2>
<ul>
<li><a href="./webUI/B5500Console.html">B5500 Console</a>
<br>Opens the B5500 operations console to run the emulator
<li><a href="./SoftwareRequest.html">B5500 Mark-XIII System Software</a>
<br>Provides access to tape images of B5500 system software for the Mark-XIII (1971) software release.
<li><a href="./HelpMenu.html">Help</a>
<br>Opens a menu for information resources to assist you in setting up and operating the emulator.
<li><a href="https://code.google.com/p/retro-b5500/">Open Source Project</a>
<br>Source code, downloads, and other developer resources for the project on Google Code.
<li><a href="http://retro-b5500.blogspot.com/">Project Blog</a>
<br>Opens a menu for information resources to assist you in setting up and operating the emulator.
</ul>
<div id=footerDiv>
Copyright (c) 2013, Nigel Williams and Paul Kimpel &bull; Licensed under the MIT License
</div>
</body>
</html>