Code in place for parsing tape data when "load" (as opposed to "attach") is requested

This commit is contained in:
Jeff Parsons 2016-10-18 16:53:20 -07:00 committed by Jeff Parsons
commit 6c4f8f4bb3
4 changed files with 258 additions and 217 deletions

View file

@ -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"/>