mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-02-12 11:17:29 +00:00
1. Initial implementation of a datacom terminal. 2. Initial implementation (read-only) of magnetic tape drives. 3. Further work towards getting P2 to function (but not working yet). 4. Allow device driver classes to be optionally included in the global UI script. 5. Fix callback arguments handling in SetCallback. 6. Decrease width of SPO window slightly. 7. Improve trapping and printing of SPO keystrokes, based on datacom implementation. 8. Minor performance tuning improvements. 9. Dump raw header words in octal in tools/B5500DiskDirList.html script. 10. New wiki pages and several updates to existing ones.
32 lines
1.5 KiB
HTML
32 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>B5500 Emulator SPO Unit</title>
|
|
<meta name="Author" content="Nigel Williams & Paul Kimpel">
|
|
<!-- 2012-12-16 Original version, cloned from SPO prototype script -->
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<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="B5500SPOUnit.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id=SPODiv>
|
|
<iframe id=SPOUT scrolling=auto></iframe>
|
|
<div id=SPOControlsDiv>
|
|
<img id=TeletypeLogo src="TeletypeLogo.gif" alt="TeleType Model 33 KSR Logo">
|
|
<button id=SPOReadyBtn class="yellowButton">READY</button>
|
|
<button id=SPOPowerBtn class="greenButton greenLit">POWER</button>
|
|
<button id=SPORemoteBtn class="yellowButton">REMOTE</button>
|
|
<button id=SPOLocalBtn class="yellowButton yellowLit">LOCAL</button>
|
|
<button id=SPOInputRequestBtn class="yellowButton">INPUT REQUEST</button>
|
|
<button id=SPOEndOfMessageBtn class="yellowButton">END OF MESSAGE</button>
|
|
<button id=SPOBlank1Btn class="yellowButton"></button>
|
|
<button id=SPOErrorBtn class="yellowButton">ERROR</button>
|
|
<button id=SPOBlank2Btn class="yellowButton"></button>
|
|
<button id=SPOBlank3Btn class="yellowButton"></button>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |