More XML layout tweaks

This commit is contained in:
Jeff Parsons 2016-10-19 17:16:42 -07:00 committed by Jeff Parsons
commit d83bfcda4c
8 changed files with 38 additions and 12 deletions

View file

@ -8,3 +8,16 @@ PC11 High-Speed Paper Tape Reader/Punch
---------------------------------------
PDPjs implements the PC11 component in [pc11.js](/modules/pdp11/lib/pc11.js).
Paper Tape configurations include:
- [Demo](demo.xml)
which are typically instantiated by a Machine XML file using:
<device ref="/devices/pdp11/pc11/demo.xml"/>
The above configurations are used by machines such as:
- [PDP-11/20 with 16Kb and Bootstrap Loader](/devices/pdp11/machine/1120/bootstrap/) ([Debugger](/devices/pdp11/machine/1120/bootstrap/debugger/))
- [PDP-11/20 with 16Kb and DEC BASIC](/devices/pdp11/machine/1120/basic/) ([Debugger](/devices/pdp11/machine/1120/basic/debugger/))

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<device id="pc11" type="pc11" autoMount='{path:"/apps/pdp11/tapes/DEC-11-L2PC-PO.json"}' pos="left" padLeft="8px" padBottom="8px">
<name>Paper Tape Controls</name>
<control type="container" width="300px" name="Paper Tape Controls">
<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"/>