diff --git a/devices/pdp11/README.md b/devices/pdp11/README.md index 69ffee6fb..34379cd02 100644 --- a/devices/pdp11/README.md +++ b/devices/pdp11/README.md @@ -7,9 +7,12 @@ permalink: /devices/pdp11/ PDP-11 Device Configurations ---------------------------- -PDP-11 resources used by [PDPjs](/modules/pdp11/), our PDP-11 emulation module, include: +[PDP-11 Machines](/devices/pdp11/machine/) powered by [PDPjs](/modules/pdp11/) rely on a variety of devices and resources, including: * [Loaders](loader/) * [Machines](machine/) * [Panels](panel/) * [ROMs](rom/) + +Our collection of sample machines includes a +[PDP-11/70 with Front Panel](/devices/pdp11/machine/1170/panel/) and [PDP-11/70 with VT100 Terminal](/devices/pdp11/machine/1170/vt100/). diff --git a/devices/pdp11/machine/1170/panel/README.md b/devices/pdp11/machine/1170/panel/README.md index 820a36b2d..279007e60 100644 --- a/devices/pdp11/machine/1170/panel/README.md +++ b/devices/pdp11/machine/1170/panel/README.md @@ -8,3 +8,5 @@ machines: --- {% include machine.html id="test1170" %} + +This machine is also available with our built-in [Debugger](debugger/). diff --git a/devices/pdp11/machine/1170/test/README.md b/devices/pdp11/machine/1170/test/README.md index 6bda346ad..6a57ed094 100644 --- a/devices/pdp11/machine/1170/test/README.md +++ b/devices/pdp11/machine/1170/test/README.md @@ -8,3 +8,5 @@ machines: --- {% include machine.html id="test1170" %} + +This machine is also available with our built-in [Debugger](debugger/). diff --git a/devices/pdp11/machine/1170/vt100/README.md b/devices/pdp11/machine/1170/vt100/README.md index 16ecf323e..c6ba79122 100644 --- a/devices/pdp11/machine/1170/vt100/README.md +++ b/devices/pdp11/machine/1170/vt100/README.md @@ -15,4 +15,6 @@ machines: {% include machine.html id="test1170" %} +This PDP-11/70 is also available with our built-in [Debugger](debugger/). + {% include machine.html id="vt100" %} diff --git a/devices/pdp11/panel/1170/README.md b/devices/pdp11/panel/1170/README.md new file mode 100644 index 000000000..c85e24b89 --- /dev/null +++ b/devices/pdp11/panel/1170/README.md @@ -0,0 +1,10 @@ +--- +layout: page +title: PDP-11/70 Control Panels +permalink: /devices/pdp11/panel/1170/ +--- + +PDP-11/70 Control Panels +------------------------ + +* [PDP-11/70 Front Panel](front.xml) ([Debugger](debugger/front.xml)) diff --git a/devices/pdp11/panel/README.md b/devices/pdp11/panel/README.md new file mode 100644 index 000000000..7b0b537c7 --- /dev/null +++ b/devices/pdp11/panel/README.md @@ -0,0 +1,11 @@ +--- +layout: page +title: PDP-11 Control Panels +permalink: /devices/pdp11/panel/ +--- + +PDP-11 Control Panels +--------------------- + +* [11/70 Front Panels](1170/) +* [Terminal Test Panels](test/) diff --git a/devices/pdp11/panel/test/README.md b/devices/pdp11/panel/test/README.md new file mode 100644 index 000000000..868f069da --- /dev/null +++ b/devices/pdp11/panel/test/README.md @@ -0,0 +1,10 @@ +--- +layout: page +title: PDP-11 Test Panels +permalink: /devices/pdp11/panel/test/ +--- + +PDP-11 Test Panels +------------------ + +* [Terminal Test Panel](terminal.xml) ([Debugger](debugger/terminal.xml)) diff --git a/devices/pdp11/rom/README.md b/devices/pdp11/rom/README.md index 0907e7fe0..c33d8afe3 100644 --- a/devices/pdp11/rom/README.md +++ b/devices/pdp11/rom/README.md @@ -7,4 +7,4 @@ permalink: /devices/pdp11/rom/ PDP-11 ROMs ----------- -* [Test ROM](custom/) ([original version](http://skn.noip.me/pdp11/boot.mac) created by [Paul Nankervis](paulnank@hotmail.com)) +* [Test ROM](test/) (based on [BOOT.MAC](http://skn.noip.me/pdp11/boot.mac) written by [Paul Nankervis](mailto:paulnank@hotmail.com)) diff --git a/modules/pdp11/README.md b/modules/pdp11/README.md index ae7a7f3e3..b56b76354 100644 --- a/modules/pdp11/README.md +++ b/modules/pdp11/README.md @@ -10,7 +10,7 @@ PDP-11 Machine Emulation Module (PDPjs) Overview --- PDPjs is our PDP-11 machine emulation module. The code is being adapted from -the JavaScript [PDP 11/70 Emulator (v1.3)](http://skn.noip.me/pdp11/pdp11.html) written by +the JavaScript [PDP 11/70 Emulator (v1.4)](http://skn.noip.me/pdp11/pdp11.html) written by [Paul Nankervis](mailto:paulnank@hotmail.com). See the list of available [PDP-11 Machines](/devices/pdp11/machine/), which includes a