Changed name of tape demo configuration
This commit is contained in:
parent
e3b165431b
commit
aa131d5413
4 changed files with 5 additions and 5 deletions
|
|
@ -7,15 +7,15 @@ permalink: /apps/pdp11/tapes/
|
|||
PDP-11 Software Tapes
|
||||
---------------------
|
||||
|
||||
The initial PDP-11 software we are working on supporting includes:
|
||||
Supported PDP-11 software includes:
|
||||
|
||||
- [Absolute Loader](DEC-11-L2PC-PO.json)
|
||||
- [BASIC (Single User)](DEC-11-AJPB-PB.json)
|
||||
|
||||
To make it easy for PDPjs machines to load these applications, we provide the following High-Speed
|
||||
To make it easy for PDPjs machines to load these tapes, we provide the following High-Speed
|
||||
Paper Tape Reader (PC11) configuration files:
|
||||
|
||||
- [samples.xml](samples.xml)
|
||||
- [tapedemo.xml](tapedemo.xml)
|
||||
|
||||
These configuration files create UI controls that allow you to choose from a set of tapes that are automatically sent
|
||||
to the machine's PC11 device.
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@
|
|||
<serial id="dl11" adapter="0" binding="print"/>
|
||||
<panel ref="/devices/pdp11/panel/test/debugger/terminal.xml"/>
|
||||
<debugger id="debugger" base="8" messages="" commands=""/>
|
||||
<device ref="/apps/pdp11/tapes/samples.xml"/>
|
||||
<device ref="/apps/pdp11/tapes/demo.xml"/>
|
||||
</machine>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<cpu id="cpu" model="1120" cycles="6666667"/>
|
||||
<ram id="ram" addr="0x0000" size="0x4000" file="/apps/pdp11/boot/bootstrap/BOOTSTRAP-16KB.json"/>
|
||||
<device id="default" type="default"/>
|
||||
<device id="pc11" type="pc11"/>
|
||||
<serial id="dl11" adapter="0" binding="print"/>
|
||||
<panel ref="/devices/pdp11/panel/test/terminal.xml"/>
|
||||
<device ref="/apps/pdp11/tapes/demo.xml"/>
|
||||
</machine>
|
||||
|
|
|
|||
Loading…
Reference in a new issue