mirror of
https://github.com/pkimpel/retro-220.git
synced 2026-01-14 07:30:44 +00:00
Commit BALGOL-FLOAT.baca intrinsic function transcription. Commit corrections to BALGOL-Main.baca discovered during debugging of BAC-Assembler. Commit tools/BAC-Xscript-Reformatter.wsf script to extract card decks from transcription files. Commit BAC-Assembler corrections and enhancements. Commit minor additions to B220ControlConsole.
149 lines
5.3 KiB
HTML
149 lines
5.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>retro-220 Control Console</title>
|
|
<!--
|
|
/***********************************************************************
|
|
* retro-220/webUI B220ControlConsole.html
|
|
************************************************************************
|
|
* Copyright (c) 2017, Paul Kimpel.
|
|
* Licensed under the MIT License, see
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
************************************************************************
|
|
* Burroughs 220 Emulator Control Console page.
|
|
************************************************************************
|
|
* 2017-01-01 P.Kimpel
|
|
* Original version, from B220ControlConsole.html.
|
|
***********************************************************************/
|
|
-->
|
|
<meta name="Author" content="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="B220Common.css">
|
|
<link id=supervisoryStyleSheet rel=stylesheet type="text/css" href="B220ControlConsole.css">
|
|
</head>
|
|
|
|
<body class=panelBody>
|
|
|
|
<div id=PanelSurface class=panelSurface>
|
|
<img id=BurroughsMeatball src="resources/Burroughs-Meatball.png">
|
|
<img id=BurroughsLogo src="resources/Burroughs-Logo.jpg">
|
|
<!-- <img id=B220Logo src="resources/B220-Logo.jpg"> -->
|
|
<div id=B220Logo>2 2 0</div>
|
|
|
|
<div id=IntervalTimerResetBtn class=blackButton3> </div>
|
|
<div id=IntervalTimer>0000.0</div>
|
|
|
|
<!--
|
|
<div id=AdderDiv class=panelRegister>
|
|
<div id=CardatronPanel class=panelDiv></div>
|
|
<div id=CarryPanel class=panelDiv></div>
|
|
<div id=AdderPanel class=panelDiv></div>
|
|
</div>
|
|
-->
|
|
|
|
<div id=ARegPanel class=panelRegister></div>
|
|
<div id=RRegPanel class=panelRegister></div>
|
|
<div id=DRegPanel class=panelRegister></div>
|
|
|
|
<div id=BRegPanel class=panelRegister></div>
|
|
<div id=PRegPanel class=panelRegister></div>
|
|
<div id=CRegPanel class=panelRegister></div>
|
|
<div id=ERegPanel class=panelRegister></div>
|
|
<div id=SRegPanel class=panelRegister></div>
|
|
|
|
<div id=AlarmPanel class=panelDiv>
|
|
<button id=DigitCheckLabel class=panelLabel>DIGIT<br>CHECK</button>
|
|
<button id=ProgramCheckLabel class=panelLabel>PROGRAM<br>CHECK</button>
|
|
<button id=StorageLabel class=panelLabel>STORAGE</button>
|
|
<button id=MagneticTapeLabel class=panelLabel>MAGNETIC<br>TAPE</button>
|
|
<button id=CardatronLabel class=panelLabel>CARDATRON</button>
|
|
<button id=PaperTapeLabel class=panelLabel>PAPER<br>TAPE</button>
|
|
<button id=HighSpeedPrinterLabel class=panelLabel>HIGH SPEED<br>PRINTER</button>
|
|
</div>
|
|
|
|
<!--
|
|
<div id=PowerOnBtn class=blackButton3> </div>
|
|
<div id=PowerOnCaption class=caption>ON</div>
|
|
-->
|
|
|
|
<div id=PowerOffBtn class=redButton3> </div>
|
|
<div id=PowerOffCaption class=caption>OFF</div>
|
|
|
|
<!--
|
|
|
|
<div id=ComputerStopCaption class=panelCaption>
|
|
<span class=panelSpan>COMPUTER STOP</span>
|
|
</div>
|
|
|
|
<div id=OverflowLampCaption class=caption>OVERFLOW</div>
|
|
<div id=ResetOverflowBtn class=blackButton1> </div>
|
|
<div id=ResetOverflowCaption class=caption>RESET</div>
|
|
|
|
<div id=SectorLampCaption class=caption>SECTOR</div>
|
|
<div id=ResetSectorBtn class=blackButton1> </div>
|
|
<div id=ResetSectorCaption class=caption>RESET</div>
|
|
|
|
<div id=ControlLampCaption class=caption>CONTROL</div>
|
|
<div id=ResetControlBtn class=blackButton1> </div>
|
|
<div id=ResetControlCaption class=caption>RESET</div>
|
|
|
|
<div id=FCLampCaption class=caption>F.C.</div>
|
|
|
|
<div id=IdleLampCaption class=caption>IDLE</div>
|
|
|
|
<div id=AudibleAlarmOn class=caption>ON</div>
|
|
<div id=AudibleAlarmOff class=caption>AUD. ALARM<br>DISABLE</div>
|
|
|
|
<div id=ClearBtn class=redButton1> </div>
|
|
<div id=ClearBtnCaption class=caption>CLEAR</div>
|
|
|
|
<div id=LockNormalOn class=caption>LOCK</div>
|
|
<div id=LockNormalOff class=caption>NORMAL</div>
|
|
|
|
<div id=ExecuteBtn class=blackButton1> </div>
|
|
<div id=FetchBtn class=blackButton1> </div>
|
|
|
|
<div id=TimingToggleCaption class=caption>TIMING TOGGLE</div>
|
|
<div id=ExecuteLampCaption class=caption>EXECUTE</div>
|
|
<div id=FetchLampCaption class=caption>FETCH</div>
|
|
|
|
<div id=OperationCaption class=caption>OPERATION</div>
|
|
|
|
<div id=StepContinuousOn class=caption>CONTINUOUS</div>
|
|
<div id=StepContinuousOff class=caption>STEP</div>
|
|
|
|
<div id=StartBtn class=blackButton3> </div>
|
|
<div id=StartCaption class=caption>START</div>
|
|
|
|
-->
|
|
|
|
<div id=VersionDiv class=caption>
|
|
retro-220 <span id=EmulatorVersion>?.??</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div id=Diagnostics style="display:none">
|
|
<br>
|
|
Proc Delta: <input id=ProcDelta class="rj" type=text size=10>
|
|
|
|
Latency: <input id=LastLatency class="rj" type=text size=10>
|
|
|
|
<table id=CallbackTable
|
|
style="position:relative; top:1ex; visibility:visible; border-collapse:collapse; border-spacing:0">
|
|
<thead>
|
|
<tr>
|
|
<th>ID
|
|
<th>Delay
|
|
<th>Context
|
|
<th>#Args
|
|
</thead>
|
|
<tbody id=CallbackBody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html> |