diff --git a/devices/pdp11/machine/1120/README.md b/devices/pdp11/machine/1120/README.md index 382e1a1e6..976f08c2d 100644 --- a/devices/pdp11/machine/1120/README.md +++ b/devices/pdp11/machine/1120/README.md @@ -12,3 +12,6 @@ PDPjs is currently being tested with the following PDP-11/20 machine configurati * [PDP-11/20 Boot Test](/devices/pdp11/machine/1120/test/) (with [Debugger](/devices/pdp11/machine/1120/test/debugger/)) * [PDP-11/20 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 "Demo" machines come with 16Kb of RAM and a [PC11 Paper Tape Reader](/devices/pdp11/pc11/). The "Boot Test" machine +has 56Kb of RAM. diff --git a/devices/pdp11/machine/1120/basic/README.md b/devices/pdp11/machine/1120/basic/README.md index 317b75e19..9adfe2416 100644 --- a/devices/pdp11/machine/1120/basic/README.md +++ b/devices/pdp11/machine/1120/basic/README.md @@ -11,7 +11,7 @@ machines: PDP-11/20 BASIC Demo -------------------- -This machine pre-loads the [DEC PDP-11 BASIC](/apps/pdp11/tapes/basic/) tape image into 16Kb of RAM: +The machine below pre-loads the [DEC PDP-11 BASIC](/apps/pdp11/tapes/basic/) tape image into 16Kb of RAM: diff --git a/devices/pdp11/machine/1120/basic/debugger/README.md b/devices/pdp11/machine/1120/basic/debugger/README.md index 01ddfa962..6559cb5b7 100644 --- a/devices/pdp11/machine/1120/basic/debugger/README.md +++ b/devices/pdp11/machine/1120/basic/debugger/README.md @@ -12,7 +12,7 @@ machines: PDP-11/20 BASIC Demo (with Debugger) ------------------------------------ -This machine pre-loads the [DEC PDP-11 BASIC](/apps/pdp11/tapes/basic/) tape image into 16Kb of RAM: +The machine below pre-loads the [DEC PDP-11 BASIC](/apps/pdp11/tapes/basic/) tape image into 16Kb of RAM: diff --git a/devices/pdp11/machine/1120/bootstrap/README.md b/devices/pdp11/machine/1120/bootstrap/README.md index 5f39840db..01be48a64 100644 --- a/devices/pdp11/machine/1120/bootstrap/README.md +++ b/devices/pdp11/machine/1120/bootstrap/README.md @@ -10,7 +10,7 @@ machines: PDP-11/20 Bootstrap Loader Demo ------------------------------- -This machine pre-loads the [Bootstrap Loader](/apps/pdp11/boot/bootstrap/) code into 16Kb of RAM: +The machine below pre-loads the [Bootstrap Loader](/apps/pdp11/boot/bootstrap/) code into 16Kb of RAM: diff --git a/devices/pdp11/machine/1120/bootstrap/debugger/README.md b/devices/pdp11/machine/1120/bootstrap/debugger/README.md index 746ea7347..5522d0a66 100644 --- a/devices/pdp11/machine/1120/bootstrap/debugger/README.md +++ b/devices/pdp11/machine/1120/bootstrap/debugger/README.md @@ -11,7 +11,7 @@ machines: PDP-11/20 Bootstrap Loader Demo (with Debugger) ----------------------------------------------- -This machine pre-loads the [Bootstrap Loader](/apps/pdp11/boot/bootstrap/) code into 16Kb of RAM: +The machine below pre-loads the [Bootstrap Loader](/apps/pdp11/boot/bootstrap/) code into 16Kb of RAM: diff --git a/devices/pdp11/machine/1120/bootstrap/debugger/machine.xml b/devices/pdp11/machine/1120/bootstrap/debugger/machine.xml index 1a75d2cf3..1b21e929a 100644 --- a/devices/pdp11/machine/1120/bootstrap/debugger/machine.xml +++ b/devices/pdp11/machine/1120/bootstrap/debugger/machine.xml @@ -6,7 +6,7 @@ - + diff --git a/devices/pdp11/machine/1120/bootstrap/machine.xml b/devices/pdp11/machine/1120/bootstrap/machine.xml index 55771ec9a..42191ab95 100644 --- a/devices/pdp11/machine/1120/bootstrap/machine.xml +++ b/devices/pdp11/machine/1120/bootstrap/machine.xml @@ -6,7 +6,7 @@ - + diff --git a/devices/pdp11/machine/1120/test/README.md b/devices/pdp11/machine/1120/test/README.md index 0967ce1d9..7362eb869 100644 --- a/devices/pdp11/machine/1120/test/README.md +++ b/devices/pdp11/machine/1120/test/README.md @@ -10,7 +10,7 @@ machines: PDP-11/20 Boot Test ------------------- -This machine pre-loads the [PDP-11 Boot Test](/apps/pdp11/boot/test/) code into RAM: +The machine below pre-loads the [PDP-11 Boot Test](/apps/pdp11/boot/test/) code into RAM: diff --git a/devices/pdp11/machine/1120/test/debugger/README.md b/devices/pdp11/machine/1120/test/debugger/README.md index 9737e17dc..4d7fcbdee 100644 --- a/devices/pdp11/machine/1120/test/debugger/README.md +++ b/devices/pdp11/machine/1120/test/debugger/README.md @@ -11,7 +11,7 @@ machines: PDP-11/20 Boot Test (with Debugger) ----------------------------------- -This machine pre-loads the [PDP-11 Boot Test](/apps/pdp11/boot/test/) code into RAM: +The machine below pre-loads the [PDP-11 Boot Test](/apps/pdp11/boot/test/) code into RAM: diff --git a/devices/pdp11/pc11/README.md b/devices/pdp11/pc11/README.md index d6ecff5c9..55f8d246a 100644 --- a/devices/pdp11/pc11/README.md +++ b/devices/pdp11/pc11/README.md @@ -7,17 +7,13 @@ permalink: /devices/pdp11/pc11/ PC11 High-Speed Paper Tape Reader/Punch --------------------------------------- -PDPjs implements the PC11 component in [pc11.js](/modules/pdp11/lib/pc11.js). +Machines containing the [PC11 Component](/modules/pdp11/lib/pc11.js) include: -PDPjs machines that contain a PC11 Tape Reader include: - -- [Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/) +- [PDP-11/20 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/)) -We have archived a selection of [Paper Tape Images](/apps/pdp11/tapes/) for use by those machines. - -To make it easy for PDPjs machines to load those tapes, we created the following High-Speed Paper Tape Reader (PC11) -Device XML file: +PCjs has archived a selection of [Paper Tape Images](/apps/pdp11/tapes/) for use by those machines, most of which are +listed in the following PC11 Device XML file: - [Default](/devices/pdp11/pc11/default.xml) @@ -25,7 +21,7 @@ which is typically referenced by a Machine XML file as: -Device XML files typically configure the device, list all the resource the device will use, and define UI elements +Device XML files not only configure a device, but also list all the resource the device will use, and define UI elements used to control the device, such as choosing which tape should be "attached" to the PC11 device. For example: diff --git a/modules/shared/templates/common.html b/modules/shared/templates/common.html index 773edbf42..3a4d2b945 100644 --- a/modules/shared/templates/common.html +++ b/modules/shared/templates/common.html @@ -55,7 +55,7 @@ diff --git a/modules/shared/templates/common.xsl b/modules/shared/templates/common.xsl index 98d4992ce..f140b455a 100644 --- a/modules/shared/templates/common.xsl +++ b/modules/shared/templates/common.xsl @@ -50,7 +50,7 @@