Changed name of tape demo configuration
This commit is contained in:
parent
e3b165431b
commit
aa131d5413
4 changed files with 5 additions and 5 deletions
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<device id="pc11" type="pc11" autoMount='{name:"BASIC",path:"/devices/pdp11/tape/BASIC.json"}' pos="left" padLeft="8px" padBottom="8px">
|
||||
<control type="container" width="300px">
|
||||
<control type="list" binding="listTapes">
|
||||
<tape id="tape00" name="Bootstrap Loader (16Kb)" path="/apps/pdp11/boot/bootstrap/BOOTSTRAP-16KB.json"/>
|
||||
<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="loadTape">Load</control>
|
||||
<control type="description" binding="descTape" padRight="8px"/>
|
||||
<control type="file" binding="mountTape"/>
|
||||
</control>
|
||||
</device>
|
||||
Loading…
Reference in a new issue