From d94ae4c655641b37a402047e9d4be758fd9237ff Mon Sep 17 00:00:00 2001 From: Jeff Date: Sun, 13 Nov 2016 16:14:22 -0800 Subject: [PATCH] Sync with gh-pages branch --- README.md | 2 +- apps/pdp11/boot/monitor/README.md | 2 +- modules/pdp11/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a57dd2262..677d154bb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ includes: * [PCx86](/docs/pcx86/), an x86-based IBM PC and PC-compatible emulator * [PC8080](/modules/pc8080/), an 8080 machine emulator (e.g., [Space Invaders](/devices/pc8080/machine/invaders/), [VT100 Terminal](/devices/pc8080/machine/vt100/)) * [C1Pjs](/docs/c1pjs/), an emulation of the 6502-based [Ohio Scientific Challenger 1P](/devices/c1p/) -* [PDPjs](/modules/pdp11/), a PDP-11 machine emulator currently in development (e.g., [PDP-11/20 and PDP-11/70](/devices/pdp11/machine/)) +* [PDPjs](/modules/pdp11/), a PDP-11 emulator currently in development (e.g., [PDP-11/20 and PDP-11/70](/devices/pdp11/machine/)) All PCjs machine simulations are written entirely in [JavaScript](/modules/). No Flash, Java or other plugins are required. Supported browsers include modern versions of Chrome, Safari, Firefox, Internet Explorer (v9.0 and up), Edge, diff --git a/apps/pdp11/boot/monitor/README.md b/apps/pdp11/boot/monitor/README.md index 570c44cc0..cbc810934 100644 --- a/apps/pdp11/boot/monitor/README.md +++ b/apps/pdp11/boot/monitor/README.md @@ -11,7 +11,7 @@ PDP-11 Boot Monitor ------------------- [BOOTMON.mac](BOOTMON.mac) is a custom boot monitor/loader based on [boot.mac](http://skn.noip.me/pdp11/boot.mac) written by -[Paul Nankervis](mailto:paulnank@hotmail.com). It is used with all our PDP-11 test machines. +Paul Nankervis. It is used with all our PDP-11 test machines. [BOOTMON.mac](BOOTMON.mac) was cross-assembled with [MACRO11](https://github.com/shattered/macro11) to produce [BOOTMON.txt](BOOTMON.txt), which was then processed by [FileDump](/modules/filedump/) to produce diff --git a/modules/pdp11/README.md b/modules/pdp11/README.md index 7e0745bc7..b9a015830 100644 --- a/modules/pdp11/README.md +++ b/modules/pdp11/README.md @@ -10,8 +10,8 @@ PDP-11 Machine Emulation Module (PDPjs) Overview --- PDPjs, our PDP-11 machine emulation module, is adapted from -the [PDP 11/70 Emulator (v1.4)](http://skn.noip.me/pdp11/pdp11.html) written by -[Paul Nankervis](mailto:paulnank@hotmail.com). +the [PDP-11/70 Emulator (v1.4)](http://skn.noip.me/pdp11/pdp11.html) written by +Paul Nankervis. See the list of available [PDP-11 Machines](/devices/pdp11/machine/), which includes a [PDP-11/70 with Front Panel](/devices/pdp11/machine/1170/panel/debugger/) and [PDP-11/70 with VT100 Terminal](/devices/pdp11/machine/1170/vt100/debugger/).