Code in place for parsing tape data when "load" (as opposed to "attach") is requested
This commit is contained in:
parent
16b8b59f12
commit
6c4f8f4bb3
4 changed files with 258 additions and 217 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<tape id="tape01" name="Absolute Loader" path="/apps/pdp11/tapes/DEC-11-L2PC-PO.json"/>
|
||||
<tape id="tape02" name="BASIC (Single User)" path="/apps/pdp11/tapes/DEC-11-AJPB-PB.json"/>
|
||||
</control>
|
||||
<control type="button" binding="attachTape">Attach</control>
|
||||
<control type="button" binding="loadTape">Load</control>
|
||||
<control type="description" binding="descTape" padRight="8px"/>
|
||||
<control type="file" binding="mountTape"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue