diff --git a/devices/pdp11/README.md b/devices/pdp11/README.md index 1b5154104..4682b7d5f 100644 --- a/devices/pdp11/README.md +++ b/devices/pdp11/README.md @@ -7,4 +7,4 @@ permalink: /devices/pdp11/ PDP-11 Device Configurations ---------------------------- -See our list of [PDP-11 Machines](machine/). +See the list of [PDP-11 Machines](machine/) supported by [PDP11js](/modules/pdp11/), our PDP-11 emulation module. diff --git a/devices/pdp11/machine/README.md b/devices/pdp11/machine/README.md index 108b6f630..016333662 100644 --- a/devices/pdp11/machine/README.md +++ b/devices/pdp11/machine/README.md @@ -7,7 +7,7 @@ permalink: /devices/pdp11/machine/ PDP-11 Machine Configurations ----------------------------- -PCjs is adding support the following PDP-11 machines: +[PDP11js](/modules/pdp11/), our PDP-11 emulation module, supports the following PDP-11 machines: * [PDP-11/45](/devices/pdp11/machine/1145/) * [PDP-11/70](/devices/pdp11/machine/1170/) diff --git a/modules/pdp11/README.md b/modules/pdp11/README.md index 061c97904..038e15d51 100644 --- a/modules/pdp11/README.md +++ b/modules/pdp11/README.md @@ -1,19 +1,19 @@ --- layout: page -title: PDP-11 Machine Emulation Module (PDP11) +title: PDP-11 Machine Emulation Module (PDP11js) permalink: /modules/pdp11/ --- -PDP-11 Machine Emulation Module (PDP11) -======================================= +PDP-11 Machine Emulation Module (PDP11js) +========================================= Overview --- -PDP11 is our PDP-11 machine emulation module. The code is being adapted from +PDP11js 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 [Paul Nankervis](mailto:paulnank@hotmail.com). -PDP11 is currently comprised of the following non-shared components, as listed in +PDP11js is currently comprised of the following non-shared components, as listed in [package.json](../../package.json) (see the *pdp11Files* property): * [defines.js](/modules/pdp11/lib/defines.js)