1
0
mirror of https://github.com/pkimpel/retro-b5500.git synced 2026-04-25 20:01:52 +00:00

Commit DCMCP transcription as of 2012-07-15; implement transfer,

test, and other misc. character-mode syllables; reclone 
B5500Testbed.html from B5500Console.html.
This commit is contained in:
paul
2012-07-16 01:47:41 +00:00
parent ded6eb4bb0
commit bc99d5e906
4 changed files with 596 additions and 205 deletions

View File

@@ -14,7 +14,7 @@
"use strict";
var cc;
function stackIt(e) {
function testIt(e) {
/* Simple test driver for the Processor module */
cc.powerOn();
@@ -81,7 +81,7 @@ window.onload = function() {
<span class=buttonCaption>B CONTROL</span>
</div>
<div id=PowerOnBtn class=whiteButton style="right:300px" onclick="stackIt(this)">
<div id=PowerOnBtn class=whiteButton style="right:300px" onclick="testIt(this)">
<span class=buttonCaption>POWER ON</span>
</div>
<div id=PowerOffBtn class=blackButton style="right:225px">