mirror of
https://github.com/pkimpel/retro-220.git
synced 2026-01-21 10:12:23 +00:00
1. Initial implementation of partial-word operators CFA, CFR, IFL, DFL, DLB, BFA, BFR, STA, STR, STB. 2. Implemement ADL, IBB, DBB, RTF, BOF, BRP, BSA, BCH, BCL, BCE, BCU, BCS, SOR, SOH, IOM, LDR, LDB, LBC, LSA, STP, CLA, CLR, CLB, CLL, all shifts. 3. Implement variable-length BCD adder. 4. Additional arithmetics methods for Register class. 5. Correct re-focus of ConsoleKeyboard window. 6. Allow ConsolePrinter CR/LF buttons to operate while in remote state.
916 lines
36 KiB
HTML
916 lines
36 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>retro-220 Emulator System Configuration</title>
|
|
<!--
|
|
/***********************************************************************
|
|
* retro-220/webUI B220SystemConfig.html
|
|
************************************************************************
|
|
* Copyright (c) 2017, Paul Kimpel.
|
|
* Licensed under the MIT License, see
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
************************************************************************
|
|
* Burroughs 220 Emulator System Configuration page.
|
|
*
|
|
* Implements the system configuration user interface for the B220 emulator.
|
|
*
|
|
************************************************************************
|
|
* 2017-01-01 P.Kimpel
|
|
* Original version, from retro-205/webUI/D205SystemConfig.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=configStyleSheet rel=stylesheet type="text/css" href="B220SystemConfig.css">
|
|
</head>
|
|
|
|
<body id=configBody class=deviceBody>
|
|
|
|
<div id=configDiv class=devicePanel>
|
|
<div id=PageHeading>
|
|
<span id=SysConfigHeading>Burroughs 220 System Configuration</span>
|
|
<div id=B220Logo>
|
|
<img id=RetroLogoImage src="./resources/retro-220-Logo.png" alt="retro-220 logo">
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
|
|
<div id=MessageArea></div>
|
|
<button id=CancelBtn class="redButton">CANCEL</button>
|
|
<button id=SaveBtn class="greenButton">SAVE</button>
|
|
<button id=DefaultsBtn class="redButton" title="Set configurartion to original defaults">SET DEFAULTS</button>
|
|
|
|
<div class=heading>System Properties:</div>
|
|
|
|
|
|
<select id=SystemMemorySize>
|
|
<option value=1000>1000
|
|
<option value=2000>2000
|
|
<option value=3000>3000
|
|
<option value=4000>4000
|
|
<option selected value=5000>5000
|
|
<option value=6000>6000
|
|
<option value=7000>7000
|
|
<option value=8000>8000
|
|
<option value=9000>9000
|
|
<option value=10000>10000
|
|
</select> Word Memory Size
|
|
|
|
<div class=heading>Console Output:</div>
|
|
|
|
<table id=ConsoleOutputTable>
|
|
<thead>
|
|
<th>Position<th>Type<th>SPO<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>10<th>Format<th>Cols<th>Tabs
|
|
<tbody>
|
|
<tr>
|
|
<td class=center>0
|
|
<td class=center>
|
|
<select id=ConsoleOut0Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=TTYA>Printer
|
|
<option value=PTPA>Punch
|
|
<select>
|
|
<td class=center>
|
|
<input id=ConsoleOut0_SPO type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut0_1 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut0_2 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut0_3 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut0_4 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut0_5 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut0_6 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut0_7 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut0_8 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut0_9 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut0_10 type=checkbox value=1>
|
|
<td class=center>
|
|
<select id=ConsoleOut0Format>
|
|
<option selected value=S>Space
|
|
<option value=T>Tab
|
|
<option value=R>Car. Ret.
|
|
</select>
|
|
<td class=center id=ConsoleOut0Columns>
|
|
|
|
<td id=ConsoleOut0Tabs>
|
|
|
|
|
|
<tr>
|
|
<td class=center>1
|
|
<td class=center>
|
|
<select id=ConsoleOut1Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=TTYB>Printer
|
|
<option value=PTPB>Punch
|
|
<select>
|
|
<td class=center>
|
|
<input id=ConsoleOut1_SPO type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut1_1 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut1_2 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut1_3 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut1_4 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut1_5 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut1_6 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut1_7 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut1_8 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut1_9 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut1_10 type=checkbox value=1>
|
|
<td class=center>
|
|
<select id=ConsoleOut1Format>
|
|
<option selected value=S>Space
|
|
<option value=T>Tab
|
|
<option value=R>Car. Ret.
|
|
</select>
|
|
<td class=center id=ConsoleOut1Columns>
|
|
|
|
<td id=ConsoleOut1Tabs>
|
|
|
|
|
|
<tr>
|
|
<td class=center>2
|
|
<td class=center>
|
|
<select id=ConsoleOut2Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=TTYC>Printer
|
|
<option value=PTPC>Punch
|
|
<select>
|
|
<td class=center>
|
|
<input id=ConsoleOut2_SPO type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut2_1 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut2_2 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut2_3 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut2_4 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut2_5 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut2_6 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut2_7 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut2_8 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut2_9 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut2_10 type=checkbox value=1>
|
|
<td class=center>
|
|
<select id=ConsoleOut2Format>
|
|
<option selected value=S>Space
|
|
<option value=T>Tab
|
|
<option value=R>Car. Ret.
|
|
</select>
|
|
<td class=center id=ConsoleOut2Columns>
|
|
|
|
<td id=ConsoleOut2Tabs>
|
|
|
|
|
|
<tr>
|
|
<td class=center>3
|
|
<td class=center>
|
|
<select id=ConsoleOut3Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=TTYD>Printer
|
|
<option value=PTPD>Punch
|
|
<select>
|
|
<td class=center>
|
|
<input id=ConsoleOut3_SPO type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut3_1 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut3_2 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut3_3 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut3_4 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut3_5 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut3_6 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut3_7 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut3_8 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut3_9 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut3_10 type=checkbox value=1>
|
|
<td class=center>
|
|
<select id=ConsoleOut3Format>
|
|
<option selected value=S>Space
|
|
<option value=T>Tab
|
|
<option value=R>Car. Ret.
|
|
</select>
|
|
<td class=center id=ConsoleOut3Columns>
|
|
|
|
<td id=ConsoleOut3Tabs>
|
|
|
|
|
|
<tr>
|
|
<td class=center>4
|
|
<td class=center>
|
|
<select id=ConsoleOut4Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=TTYE>Printer
|
|
<option value=PTPE>Punch
|
|
<select>
|
|
<td class=center>
|
|
<input id=ConsoleOut4_SPO type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut4_1 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut4_2 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut4_3 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut4_4 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut4_5 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut4_6 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut4_7 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut4_8 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut4_9 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut4_10 type=checkbox value=1>
|
|
<td class=center>
|
|
<select id=ConsoleOut4Format>
|
|
<option selected value=S>Space
|
|
<option value=T>Tab
|
|
<option value=R>Car. Ret.
|
|
</select>
|
|
<td class=center id=ConsoleOut4Columns>
|
|
|
|
<td id=ConsoleOut4Tabs>
|
|
|
|
|
|
<tr>
|
|
<td class=center>5
|
|
<td class=center>
|
|
<select id=ConsoleOut5Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=TTYF>Printer
|
|
<option value=PTPF>Punch
|
|
<select>
|
|
<td class=center>
|
|
<input id=ConsoleOut5_SPO type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut5_1 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut5_2 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut5_3 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut5_4 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut5_5 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut5_6 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut5_7 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut5_8 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut5_9 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut5_10 type=checkbox value=1>
|
|
<td class=center>
|
|
<select id=ConsoleOut5Format>
|
|
<option selected value=S>Space
|
|
<option value=T>Tab
|
|
<option value=R>Car. Ret.
|
|
</select>
|
|
<td class=center id=ConsoleOut5Columns>
|
|
|
|
<td id=ConsoleOut5Tabs>
|
|
|
|
|
|
<tr>
|
|
<td class=center>6
|
|
<td class=center>
|
|
<select id=ConsoleOut6Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=TTYG>Printer
|
|
<option value=PTPG>Punch
|
|
<select>
|
|
<td class=center>
|
|
<input id=ConsoleOut6_SPO type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut6_1 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut6_2 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut6_3 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut6_4 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut6_5 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut6_6 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut6_7 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut6_8 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut6_9 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut6_10 type=checkbox value=1>
|
|
<td class=center>
|
|
<select id=ConsoleOut6Format>
|
|
<option selected value=S>Space
|
|
<option value=T>Tab
|
|
<option value=R>Car. Ret.
|
|
</select>
|
|
<td class=center id=ConsoleOut6Columns>
|
|
|
|
<td id=ConsoleOut6Tabs>
|
|
|
|
|
|
<tr>
|
|
<td class=center>7
|
|
<td class=center>
|
|
<select id=ConsoleOut7Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=TTYH>Printer
|
|
<option value=PTPH>Punch
|
|
<select>
|
|
<td class=center>
|
|
<input id=ConsoleOut7_SPO type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut7_1 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut7_2 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut7_3 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut7_4 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut7_5 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut7_6 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut7_7 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut7_8 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut7_9 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut7_10 type=checkbox value=1>
|
|
<td class=center>
|
|
<select id=ConsoleOut7Format>
|
|
<option selected value=S>Space
|
|
<option value=T>Tab
|
|
<option value=R>Car. Ret.
|
|
</select>
|
|
<td class=center id=ConsoleOut7Columns>
|
|
|
|
<td id=ConsoleOut7Tabs>
|
|
|
|
|
|
<tr>
|
|
<td class=center>8
|
|
<td class=center>
|
|
<select id=ConsoleOut8Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=TTYI>Printer
|
|
<option value=PTPI>Punch
|
|
<select>
|
|
<td class=center>
|
|
<input id=ConsoleOut8_SPO type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut8_1 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut8_2 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut8_3 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut8_4 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut8_5 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut8_6 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut8_7 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut8_8 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut8_9 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut8_10 type=checkbox value=1>
|
|
<td class=center>
|
|
<select id=ConsoleOut8Format>
|
|
<option selected value=S>Space
|
|
<option value=T>Tab
|
|
<option value=R>Car. Ret.
|
|
</select>
|
|
<td class=center id=ConsoleOut8Columns>
|
|
|
|
<td id=ConsoleOut8Tabs>
|
|
|
|
|
|
<tr>
|
|
<td class=center>9
|
|
<td class=center>
|
|
<select id=ConsoleOut9Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=TTYJ>Printer
|
|
<option value=PTPJ>Punch
|
|
<select>
|
|
<td class=center>
|
|
<input id=ConsoleOut9_SPO type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut9_1 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut9_2 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut9_3 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut9_4 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut9_5 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut9_6 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut9_7 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut9_8 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut9_9 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut9_10 type=checkbox value=1>
|
|
<td class=center>
|
|
<select id=ConsoleOut9Format>
|
|
<option selected value=S>Space
|
|
<option value=T>Tab
|
|
<option value=R>Car. Ret.
|
|
</select>
|
|
<td class=center id=ConsoleOut9Columns>
|
|
|
|
<td id=ConsoleOut9Tabs>
|
|
|
|
|
|
<tr>
|
|
<td class=center>10
|
|
<td class=center>
|
|
<select id=ConsoleOut10Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=TTYK>Printer
|
|
<option value=PTPK>Punch
|
|
<select>
|
|
<td class=center>
|
|
<input id=ConsoleOut10_SPO type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut10_1 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut10_2 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut10_3 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut10_4 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut10_5 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut10_6 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut10_7 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut10_8 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut10_9 type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=ConsoleOut10_10 type=checkbox value=1>
|
|
<td class=center>
|
|
<select id=ConsoleOut10Format>
|
|
<option selected value=S>Space
|
|
<option value=T>Tab
|
|
<option value=R>Car. Ret.
|
|
</select>
|
|
<td class=center id=ConsoleOut10Columns>
|
|
|
|
<td id=ConsoleOut10Tabs>
|
|
|
|
</table>
|
|
|
|
<div class=heading>Cardatron Unit Selection:</div>
|
|
|
|
<table id=CardatronTable>
|
|
<thead>
|
|
<tr>
|
|
<th>Slot<th>Type<th>Algol Glyphs<th>Greenbar<th>Zero-Suppress Columns (set on device)
|
|
<tbody>
|
|
<tr>
|
|
<td class=center>1
|
|
<td class=center>
|
|
<select id=Cardatron1Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=CR1>Card Reader 1
|
|
<option value=CP7>Card Punch 7
|
|
<option value=LP7>Line Printer 7
|
|
</select>
|
|
<td class=center>
|
|
<input id=Cardatron1AlgolGlyphs type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=Cardatron1Greenbar type=checkbox value=1>
|
|
<td id=Cardatron1ZeroSuppressCols>
|
|
|
|
|
|
<tr>
|
|
<td class=center>2
|
|
<td class=center>
|
|
<select id=Cardatron2Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=CR2>Card Reader 2
|
|
<option value=CP6>Card Punch 6
|
|
<option value=LP6>Line Printer 6
|
|
</select>
|
|
<td class=center>
|
|
<input id=Cardatron2AlgolGlyphs type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=Cardatron2Greenbar type=checkbox value=1>
|
|
<td id=Cardatron2ZeroSuppressCols>
|
|
|
|
<tr>
|
|
<td class=center>3
|
|
<td class=center>
|
|
<select id=Cardatron3Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=CR3>Card Reader 3
|
|
<option value=CP5>Card Punch 5
|
|
<option value=LP5>Line Printer 5
|
|
</select>
|
|
<td class=center>
|
|
<input id=Cardatron3AlgolGlyphs type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=Cardatron3Greenbar type=checkbox value=1>
|
|
<td id=Cardatron3ZeroSuppressCols>
|
|
|
|
<tr>
|
|
<td class=center>4
|
|
<td class=center>
|
|
<select id=Cardatron4Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=CR4>Card Reader 4
|
|
<option value=CP4>Card Punch 4
|
|
<option value=LP4>Line Printer 4
|
|
</select>
|
|
<td class=center>
|
|
<input id=Cardatron4AlgolGlyphs type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=Cardatron4Greenbar type=checkbox value=1>
|
|
<td id=Cardatron4ZeroSuppressCols>
|
|
|
|
<tr>
|
|
<td class=center>5
|
|
<td class=center>
|
|
<select id=Cardatron5Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=CR5>Card Reader 5
|
|
<option value=CP3>Card Punch 3
|
|
<option value=LP3>Line Printer 3
|
|
</select>
|
|
<td class=center>
|
|
<input id=Cardatron5AlgolGlyphs type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=Cardatron5Greenbar type=checkbox value=1>
|
|
<td id=Cardatron5ZeroSuppressCols>
|
|
|
|
<tr>
|
|
<td class=center>6
|
|
<td class=center>
|
|
<select id=Cardatron6Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=CR6>Card Reader 6
|
|
<option value=CP2>Card Punch 2
|
|
<option value=LP2>Line Printer 2
|
|
</select>
|
|
<td class=center>
|
|
<input id=Cardatron6AlgolGlyphs type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=Cardatron6Greenbar type=checkbox value=1>
|
|
<td id=Cardatron6ZeroSuppressCols>
|
|
|
|
<tr>
|
|
<td class=center>7
|
|
<td class=center>
|
|
<select id=Cardatron7Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=CR7>Card Reader 7
|
|
<option value=CP1>Card Punch 1
|
|
<option value=LP1>Line Printer 1
|
|
</select>
|
|
<td class=center>
|
|
<input id=Cardatron7AlgolGlyphs type=checkbox value=1>
|
|
<td class=center>
|
|
<input id=Cardatron7Greenbar type=checkbox value=1>
|
|
<td id=Cardatron7ZeroSuppressCols>
|
|
|
|
</table>
|
|
|
|
|
|
<div class=heading>Magnetic Tape Unit Selection:</div>
|
|
|
|
<table id=MagTapeOptionsTable>
|
|
<tbody>
|
|
<tr>
|
|
<td class=center>
|
|
<input id=SuppressBMod type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<label for=SuppressBMod>Suppress B-Register Modification
|
|
</table>
|
|
|
|
<table id=MagTapeTable>
|
|
<thead>
|
|
<tr>
|
|
<th>Unit<th>Type<th>Designate<th>Remote<th>Rewind-Ready<th>Not-Write
|
|
<tbody>
|
|
<tr>
|
|
<td class=center>A
|
|
<td class=center>
|
|
<select id=MagTape1Type>
|
|
<option value=NONE>(not used)
|
|
<option selected value=MTA>DataReader
|
|
<option value=DFA>DataFile
|
|
</select>
|
|
<td class=center>
|
|
<select id=MagTape1Designate>
|
|
<option selected value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
<option value=6>6
|
|
<option value=7>7
|
|
<option value=8>8
|
|
<option value=9>9
|
|
<option value=0>0
|
|
<td class=center>
|
|
<input id=MagTape1Remote type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape1RewindReady type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape1NotWrite type=checkbox value=1>
|
|
<tr>
|
|
<td class=center>B
|
|
<td class=center>
|
|
<select id=MagTape2Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=MTB>DataReader
|
|
<option value=DFB>DataFile
|
|
</select>
|
|
<td class=center>
|
|
<select id=MagTape2Designate>
|
|
<option value=1>1
|
|
<option selected value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
<option value=6>6
|
|
<option value=7>7
|
|
<option value=8>8
|
|
<option value=9>9
|
|
<option value=0>0
|
|
<td class=center>
|
|
<input id=MagTape2Remote type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape2RewindReady type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape2NotWrite type=checkbox value=1>
|
|
<tr>
|
|
<td class=center>C
|
|
<td class=center>
|
|
<select id=MagTape3Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=MTC>DataReader
|
|
<option value=DFC>DataFile
|
|
</select>
|
|
<td class=center>
|
|
<select id=MagTape3Designate>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option selected value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
<option value=6>6
|
|
<option value=7>7
|
|
<option value=8>8
|
|
<option value=9>9
|
|
<option value=0>0
|
|
<td class=center>
|
|
<input id=MagTape3Remote type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape3RewindReady type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape3NotWrite type=checkbox value=1>
|
|
<tr>
|
|
<td class=center>D
|
|
<td class=center>
|
|
<select id=MagTape4Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=MTD>DataReader
|
|
<option value=DFD>DataFile
|
|
</select>
|
|
<td class=center>
|
|
<select id=MagTape4Designate>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option selected value=4>4
|
|
<option value=5>5
|
|
<option value=6>6
|
|
<option value=7>7
|
|
<option value=8>8
|
|
<option value=9>9
|
|
<option value=0>0
|
|
<td class=center>
|
|
<input id=MagTape4Remote type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape4RewindReady type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape4NotWrite type=checkbox value=1>
|
|
<tr>
|
|
<td class=center>E
|
|
<td class=center>
|
|
<select id=MagTape5Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=MTE>DataReader
|
|
<option value=DFE>DataFile
|
|
</select>
|
|
<td class=center>
|
|
<select id=MagTape5Designate>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option selected value=5>5
|
|
<option value=6>6
|
|
<option value=7>7
|
|
<option value=8>8
|
|
<option value=9>9
|
|
<option value=0>0
|
|
<td class=center>
|
|
<input id=MagTape5Remote type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape5RewindReady type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape5NotWrite type=checkbox value=1>
|
|
<tr>
|
|
<td class=center>F
|
|
<td class=center>
|
|
<select id=MagTape6Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=MTF>DataReader
|
|
<option value=DFG>DataFile
|
|
</select>
|
|
<td class=center>
|
|
<select id=MagTape6Designate>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
<option selected value=6>6
|
|
<option value=7>7
|
|
<option value=8>8
|
|
<option value=9>9
|
|
<option value=0>0
|
|
<td class=center>
|
|
<input id=MagTape6Remote type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape6RewindReady type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape6NotWrite type=checkbox value=1>
|
|
<tr>
|
|
<td class=center>G
|
|
<td class=center>
|
|
<select id=MagTape7Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=MTG>DataReader
|
|
<option value=DFG>DataFile
|
|
</select>
|
|
<td class=center>
|
|
<select id=MagTape7Designate>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
<option value=6>6
|
|
<option selected value=7>7
|
|
<option value=8>8
|
|
<option value=9>9
|
|
<option value=0>0
|
|
<td class=center>
|
|
<input id=MagTape7Remote type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape7RewindReady type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape7NotWrite type=checkbox value=1>
|
|
<tr>
|
|
<td class=center>H
|
|
<td class=center>
|
|
<select id=MagTape8Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=MTH>DataReader
|
|
<option value=DFH>DataFile
|
|
</select>
|
|
<td class=center>
|
|
<select id=MagTape8Designate>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
<option value=6>6
|
|
<option value=7>7
|
|
<option selected value=8>8
|
|
<option value=9>9
|
|
<option value=0>0
|
|
<td class=center>
|
|
<input id=MagTape8Remote type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape8RewindReady type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape8NotWrite type=checkbox value=1>
|
|
<tr>
|
|
<td class=center>I
|
|
<td class=center>
|
|
<select id=MagTape9Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=MTI>DataReader
|
|
<option value=DFI>DataFile
|
|
</select>
|
|
<td class=center>
|
|
<select id=MagTape9Designate>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
<option value=6>6
|
|
<option value=7>7
|
|
<option value=8>8
|
|
<option selected value=9>9
|
|
<option value=0>0
|
|
<td class=center>
|
|
<input id=MagTape9Remote type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape9RewindReady type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape9NotWrite type=checkbox value=1>
|
|
<tr>
|
|
<td class=center>J
|
|
<td class=center>
|
|
<select id=MagTape10Type>
|
|
<option selected value=NONE>(not used)
|
|
<option value=MTJ>DataReader
|
|
<option value=DFJ>DataFile
|
|
</select>
|
|
<td class=center>
|
|
<select id=MagTape10Designate>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
<option value=6>6
|
|
<option value=7>7
|
|
<option value=8>8
|
|
<option value=9>9
|
|
<option selected value=0>0
|
|
<td class=center>
|
|
<input id=MagTape10Remote type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape10RewindReady type=checkbox value=1 checked>
|
|
<td class=center>
|
|
<input id=MagTape10NotWrite type=checkbox value=1>
|
|
</table>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |