Minor website tweaks
This commit is contained in:
parent
74aa27b1da
commit
f88a2a2ae8
18 changed files with 41 additions and 24 deletions
|
|
@ -9,8 +9,12 @@ PC11 High-Speed Paper Tape Reader/Punch
|
|||
|
||||
PDPjs implements the PC11 component in [pc11.js](/modules/pdp11/lib/pc11.js).
|
||||
|
||||
A variety of [Paper Tape Images](/apps/pdp11/tapes/) have been archived, and they are typically collected in a
|
||||
configuration file such as [demo.xml](demo.xml):
|
||||
A selection of [Paper Tape Images](/apps/pdp11/tapes/) have been archived for use by PDPjs machines:
|
||||
|
||||
- [Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/) (with [Debugger](/devices/pdp11/machine/1120/bootstrap/debugger/))
|
||||
- [PDP-11/20 BASIC Demo](/devices/pdp11/machine/1120/basic/) (with [Debugger](/devices/pdp11/machine/1120/basic/debugger/))
|
||||
|
||||
The tape images are typically listed in a common configuration file that all machines can use, such as [demo.xml](demo.xml):
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<device id="pc11" type="pc11" baudReceive="9600" autoMount='{path:"/apps/pdp11/tapes/DEC-11-L2PC-PO.json"}' pos="left" width="35%" padLeft="8px" padBottom="8px">
|
||||
|
|
@ -28,8 +32,3 @@ configuration file such as [demo.xml](demo.xml):
|
|||
<control type="progress" binding="readProgress" pos="default" width="250px" padTop="8px">Tape Progress</control>
|
||||
</control>
|
||||
</device>
|
||||
|
||||
The above configuration is used by PDPjs machines such as:
|
||||
|
||||
- [Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/) (with [Debugger](/devices/pdp11/machine/1120/bootstrap/debugger/))
|
||||
- [PDP-11/20 BASIC Demo](/devices/pdp11/machine/1120/basic/) (with [Debugger](/devices/pdp11/machine/1120/basic/debugger/))
|
||||
|
|
|
|||
Loading…
Reference in a new issue