diff --git a/README.md b/README.md index 0b8db57f9..af350beb4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,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/) +* [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/)) All PCjs computer simulations are written entirely in [JavaScript](/modules/). No Flash, Java or other plugins are diff --git a/apps/pdp11/tapes/basic/README.md b/apps/pdp11/tapes/basic/README.md index d089c48d1..eb5cc8363 100644 --- a/apps/pdp11/tapes/basic/README.md +++ b/apps/pdp11/tapes/basic/README.md @@ -7,11 +7,12 @@ permalink: /apps/pdp11/tapes/basic/ DEC PDP-11 BASIC ---------------- -Try the [PDP-11/20 BASIC Demo](/devices/pdp11/machine/1120/basic/debugger/). +To see DEC PDP-11 BASIC in action, try the [PDP-11/20 BASIC Demo](/devices/pdp11/machine/1120/basic/debugger/). -PCjs has archived the following DEC resources: +PCjs has archived the following DEC PDP-11 BASIC resources: - [BASIC (Single User) Tape Image](DEC-11-AJPB-PB.json) +- [LISTING OF BASIC/PTS (March 1974)](http://archive.pcjs.org/pubs/dec/pdp11/basic/AB-2045B-SC_BASIC_PTS_Listing_Mar77.pdf) - [PDP-11 BASIC PROGRAMMING MANUAL (December 1970)](http://archive.pcjs.org/pubs/dec/pdp11/basic/DEC-11-AJPB-D_PDP-11_BASIC_Programming_Manual_Dec70.pdf) Third-party resources include: diff --git a/devices/pc8080/machine/README.md b/devices/pc8080/machine/README.md index aedd66bc3..ee44a3634 100644 --- a/devices/pc8080/machine/README.md +++ b/devices/pc8080/machine/README.md @@ -10,7 +10,7 @@ PC8080 Machine Configurations The following 8080-based machines are currently available: * [8080 Exerciser](exerciser/) -* [Space Invaders (1978)](invaders/) ([Debugger](invaders/debugger/)) -* [DEC VT100 Terminal](vt100/) ([Debugger](vt100/debugger/)) +* [Space Invaders (1978)](invaders/) (with [Debugger](invaders/debugger/)) +* [DEC VT100 Terminal](vt100/) (with [Debugger](vt100/debugger/)) Check out the [Dual VT100 Terminals](vt100/dual/) for a demo of two PCjs machines communicating over a *virtual* serial connection. diff --git a/devices/pdp11/README.md b/devices/pdp11/README.md index b6b38497f..aa4f27eae 100644 --- a/devices/pdp11/README.md +++ b/devices/pdp11/README.md @@ -9,9 +9,9 @@ PDP-11 Device Configurations [PDP-11 Machines](/devices/pdp11/machine/) rely on a variety of machine configuration files, including: -- [Control Panels](panel/) -- [Serial Interface for Display Terminals (DL11)](dl11/) -- [High-Speed Paper Tape Reader/Punch (PC11)](pc11/) +* [Control Panels](panel/) +* [Serial Interface for Display Terminals (DL11)](dl11/) +* [High-Speed Paper Tape Reader/Punch (PC11)](pc11/) Sample machines include 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/panel/1170/README.md b/devices/pdp11/panel/1170/README.md index c85e24b89..62094298e 100644 --- a/devices/pdp11/panel/1170/README.md +++ b/devices/pdp11/panel/1170/README.md @@ -7,4 +7,4 @@ permalink: /devices/pdp11/panel/1170/ PDP-11/70 Control Panels ------------------------ -* [PDP-11/70 Front Panel](front.xml) ([Debugger](debugger/front.xml)) +* [PDP-11/70 Front Panel](front.xml) (with [Debugger](debugger/front.xml)) diff --git a/devices/pdp11/panel/test/README.md b/devices/pdp11/panel/test/README.md index 868f069da..92b955810 100644 --- a/devices/pdp11/panel/test/README.md +++ b/devices/pdp11/panel/test/README.md @@ -7,4 +7,4 @@ permalink: /devices/pdp11/panel/test/ PDP-11 Test Panels ------------------ -* [Terminal Test Panel](terminal.xml) ([Debugger](debugger/terminal.xml)) +* [Terminal Test Panel](terminal.xml) (with [Debugger](debugger/terminal.xml))