mirror of
https://github.com/pkimpel/retro-220.git
synced 2026-05-05 07:24:55 +00:00
Commit retro-220 version 0.03:
1. Implementation Paper Tape Reader devices and op codes. 2. Commit standard and inverse-format paper tape loaders for WINTER.PI program. 3. Fix positioning of Cardatron and TTY/Paper Tape Punch device windows.
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
<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>
|
||||
|
||||
<div class=heading>System Properties:</div>
|
||||
|
||||
<select id=SystemMemorySize>
|
||||
<option value=1000>1000
|
||||
@@ -59,6 +59,295 @@
|
||||
<option value=10000>10000
|
||||
</select> Word Memory Size
|
||||
|
||||
|
||||
<div class=heading>Console Input:</div>
|
||||
|
||||
<table id=ConsoleInputTable>
|
||||
<thead>
|
||||
<th>Position<th>Type<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>10
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class=center>1
|
||||
<td class=center>
|
||||
<select id=ConsoleIn1Type>
|
||||
<option selected value=NONE>(not used)
|
||||
<option value=PTRA>Reader
|
||||
<select>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn1_1 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn1_2 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn1_3 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn1_4 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn1_5 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn1_6 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn1_7 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn1_8 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn1_9 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn1_10 type=checkbox value=1>
|
||||
|
||||
<tr>
|
||||
<td class=center>2
|
||||
<td class=center>
|
||||
<select id=ConsoleIn2Type>
|
||||
<option selected value=NONE>(not used)
|
||||
<option value=PTRB>Reader
|
||||
<select>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn2_1 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn2_2 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn2_3 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn2_4 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn2_5 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn2_6 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn2_7 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn2_8 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn2_9 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn2_10 type=checkbox value=1>
|
||||
|
||||
<tr>
|
||||
<td class=center>3
|
||||
<td class=center>
|
||||
<select id=ConsoleIn3Type>
|
||||
<option selected value=NONE>(not used)
|
||||
<option value=PTRC>Reader
|
||||
<select>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn3_1 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn3_2 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn3_3 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn3_4 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn3_5 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn3_6 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn3_7 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn3_8 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn3_9 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn3_10 type=checkbox value=1>
|
||||
|
||||
<tr>
|
||||
<td class=center>4
|
||||
<td class=center>
|
||||
<select id=ConsoleIn4Type>
|
||||
<option selected value=NONE>(not used)
|
||||
<option value=PTRD>Reader
|
||||
<select>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn4_1 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn4_2 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn4_3 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn4_4 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn4_5 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn4_6 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn4_7 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn4_8 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn4_9 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn4_10 type=checkbox value=1>
|
||||
|
||||
<tr>
|
||||
<td class=center>5
|
||||
<td class=center>
|
||||
<select id=ConsoleIn5Type>
|
||||
<option selected value=NONE>(not used)
|
||||
<option value=PTRE>Reader
|
||||
<select>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn5_1 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn5_2 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn5_3 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn5_4 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn5_5 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn5_6 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn5_7 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn5_8 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn5_9 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn5_10 type=checkbox value=1>
|
||||
|
||||
<tr>
|
||||
<td class=center>6
|
||||
<td class=center>
|
||||
<select id=ConsoleIn6Type>
|
||||
<option selected value=NONE>(not used)
|
||||
<option value=PTRF>Reader
|
||||
<select>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn6_1 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn6_2 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn6_3 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn6_4 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn6_5 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn6_6 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn6_7 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn6_8 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn6_9 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn6_10 type=checkbox value=1>
|
||||
|
||||
<tr>
|
||||
<td class=center>7
|
||||
<td class=center>
|
||||
<select id=ConsoleIn7Type>
|
||||
<option selected value=NONE>(not used)
|
||||
<option value=PTRG>Reader
|
||||
<select>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn7_1 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn7_2 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn7_3 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn7_4 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn7_5 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn7_6 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn7_7 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn7_8 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn7_9 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn7_10 type=checkbox value=1>
|
||||
|
||||
<tr>
|
||||
<td class=center>8
|
||||
<td class=center>
|
||||
<select id=ConsoleIn8Type>
|
||||
<option selected value=NONE>(not used)
|
||||
<option value=PTRH>Reader
|
||||
<select>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn8_1 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn8_2 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn8_3 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn8_4 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn8_5 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn8_6 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn8_7 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn8_8 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn8_9 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn8_10 type=checkbox value=1>
|
||||
|
||||
<tr>
|
||||
<td class=center>9
|
||||
<td class=center>
|
||||
<select id=ConsoleIn9Type>
|
||||
<option selected value=NONE>(not used)
|
||||
<option value=PTRI>Reader
|
||||
<select>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn9_1 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn9_2 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn9_3 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn9_4 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn9_5 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn9_6 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn9_7 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn9_8 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn9_9 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn9_10 type=checkbox value=1>
|
||||
|
||||
<tr>
|
||||
<td class=center>10
|
||||
<td class=center>
|
||||
<select id=ConsoleIn10Type>
|
||||
<option selected value=NONE>(not used)
|
||||
<option value=PTRJ>Reader
|
||||
<select>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn10_1 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn10_2 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn10_3 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn10_4 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn10_5 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn10_6 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn10_7 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn10_8 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn10_9 type=checkbox value=1>
|
||||
<td class=center>
|
||||
<input id=ConsoleIn10_10 type=checkbox value=1>
|
||||
</table>
|
||||
|
||||
|
||||
<div class=heading>Console Output:</div>
|
||||
|
||||
<table id=ConsoleOutputTable>
|
||||
@@ -517,6 +806,7 @@
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
<div class=heading>Cardatron Unit Selection:</div>
|
||||
|
||||
<table id=CardatronTable>
|
||||
@@ -910,7 +1200,9 @@
|
||||
<td class=center>
|
||||
<input id=MagTape10NotWrite type=checkbox value=1>
|
||||
</table>
|
||||
<p> </p>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user