From 27c41ebb94cdaf7584a10104da237e96bab01e83 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 1 Dec 2016 22:23:24 -0800 Subject: [PATCH] Assorted README updates --- README.md | 2 +- devices/pdp11/machine/1120/README.md | 8 ++++---- devices/pdp11/machine/1145/README.md | 4 ++-- devices/pdp11/machine/1170/README.md | 11 ++++++----- devices/pdp11/machine/README.md | 6 ++++++ versions/c1pjs/1.30.5/common.css | 2 +- versions/c1pjs/1.30.5/common.xsl | 2 +- versions/pc8080/1.30.5/common.css | 2 +- versions/pc8080/1.30.5/common.xsl | 2 +- versions/pcx86/1.30.5/common.css | 2 +- versions/pcx86/1.30.5/common.xsl | 2 +- versions/pdpjs/1.30.5/common.css | 2 +- versions/pdpjs/1.30.5/common.xsl | 2 +- 13 files changed, 27 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 677d154bb..b143a721a 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 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](/devices/pdp11/machine/1120/), [PDP-11/45](/devices/pdp11/machine/1145/), [PDP-11/70](/devices/pdp11/machine/1170/)) 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/devices/pdp11/machine/1120/README.md b/devices/pdp11/machine/1120/README.md index 7ffc4074e..b9a66c2a3 100644 --- a/devices/pdp11/machine/1120/README.md +++ b/devices/pdp11/machine/1120/README.md @@ -9,10 +9,10 @@ PDP-11/20 Machine Configurations PDPjs supports a variety of PDP-11/20 machine configurations, including: -* [PDP-11/20 Boot Monitor](/devices/pdp11/machine/1120/monitor/) (with [Debugger](/devices/pdp11/machine/1120/monitor/debugger/)) -* [PDP-11/20 with Front Panel](/devices/pdp11/machine/1120/panel) (with [Debugger](/devices/pdp11/machine/1120/panel/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/)) +* [PDP-11/20 BASIC Demo](/devices/pdp11/machine/1120/basic/) +* [PDP-11/20 Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/) +* [PDP-11/20 Boot Monitor](/devices/pdp11/machine/1120/monitor/) +* [PDP-11/20 with Front Panel](/devices/pdp11/machine/1120/panel) The "Demo" machines come with 16Kb of RAM and a [PC11 Paper Tape Reader](/devices/pdp11/pc11/). All the other machines are configured with 56Kb of RAM. diff --git a/devices/pdp11/machine/1145/README.md b/devices/pdp11/machine/1145/README.md index e4887ccd0..2b558e795 100644 --- a/devices/pdp11/machine/1145/README.md +++ b/devices/pdp11/machine/1145/README.md @@ -9,8 +9,8 @@ PDP-11/45 Machine Configurations PDPjs supports a variety of PDP-11/45 machine configurations, including: -* [PDP-11/45 with Front Panel](/devices/pdp11/machine/1145/panel/) (with [Debugger](/devices/pdp11/machine/1145/panel/debugger/)) -* [PDP-11/45 with VT100 Terminal](/devices/pdp11/machine/1145/vt100/) (with [Debugger](/devices/pdp11/machine/1145/vt100/debugger/)) +* [PDP-11/45 with Front Panel](/devices/pdp11/machine/1145/panel/) +* [PDP-11/45 with VT100 Terminal](/devices/pdp11/machine/1145/vt100/) All of the above configurations include 248Kb of RAM -- the maximum supported by the PDP-11/45 architecture. The top 8Kb of the PDP-11/45's 18-bit address space is occupied by the *I/O Page*, a region reserved for hardware diff --git a/devices/pdp11/machine/1170/README.md b/devices/pdp11/machine/1170/README.md index bd84188ee..5f4e14cd5 100644 --- a/devices/pdp11/machine/1170/README.md +++ b/devices/pdp11/machine/1170/README.md @@ -9,13 +9,14 @@ PDP-11/70 Machine Configurations PDPjs supports a variety of PDP-11/70 machine configurations, including: -* [PDP-11/70 Boot Monitor](/devices/pdp11/machine/1170/monitor/) (with [Debugger](/devices/pdp11/machine/1170/monitor/debugger/)) -* [PDP-11/70 with Front Panel](/devices/pdp11/machine/1170/panel/) (with [Debugger](/devices/pdp11/machine/1170/panel/debugger/)) +* [PDP-11/70 Boot Monitor](/devices/pdp11/machine/1170/monitor/) +* [PDP-11/70 with Front Panel](/devices/pdp11/machine/1170/panel/) * [PDP-11/70 "Server Array"](/devices/pdp11/machine/1170/array/) -* [PDP-11/70 with VT100 Terminal](/devices/pdp11/machine/1170/vt100/) (with [Debugger](/devices/pdp11/machine/1170/vt100/debugger/)) +* [PDP-11/70 with VT100 Terminal](/devices/pdp11/machine/1170/vt100/) -The [PDP-11/70 with Front Panel and Debugger](/devices/pdp11/machine/1170/panel/debugger/) also features a section -on "[Toggle-Ins](/devices/pdp11/machine/1170/panel/debugger/#toggle-ins)" for your switch-toggling enjoyment. +The [PDP-11/70 with Front Panel](/devices/pdp11/machine/1170/panel/) also comes in a +[Debugger Configuration](/devices/pdp11/machine/1170/panel/debugger/), which features a section on +"[Toggle-Ins](/devices/pdp11/machine/1170/panel/debugger/#toggle-ins)" for your switch-toggling enjoyment. Unless otherwise specified, the above configurations include 256Kb of RAM. The PDP-11/70's 22-bit architecture supports a maximum of 3,840Kb of RAM, since the last 256Kb is reserved for UNIBUS devices. The top 8Kb is known diff --git a/devices/pdp11/machine/README.md b/devices/pdp11/machine/README.md index 34704bcc1..7195cc9de 100644 --- a/devices/pdp11/machine/README.md +++ b/devices/pdp11/machine/README.md @@ -12,3 +12,9 @@ PDP-11 Machine Configurations * [PDP-11/20](/devices/pdp11/machine/1120/) * [PDP-11/45](/devices/pdp11/machine/1145/) * [PDP-11/70](/devices/pdp11/machine/1170/) + +Most machine configurations come in two flavors: with or without the built-in PCjs Debugger. + +For example, the [PDP-11/70 with Front Panel](/devices/pdp11/machine/1170/panel/) is also available as +the [PDP-11/70 with Front Panel and Debugger](/devices/pdp11/machine/1170/panel/debugger/), which includes a section +on "[Toggle-Ins](/devices/pdp11/machine/1170/panel/debugger/#toggle-ins)" for your switch-toggling enjoyment. diff --git a/versions/c1pjs/1.30.5/common.css b/versions/c1pjs/1.30.5/common.css index 6b1c0f887..5f3b43f18 100644 --- a/versions/c1pjs/1.30.5/common.css +++ b/versions/c1pjs/1.30.5/common.css @@ -69,7 +69,7 @@ pre a, code a { font-size: 15px; } .machine { - margin: 15px; + overflow: hidden; } .c1pjs { diff --git a/versions/c1pjs/1.30.5/common.xsl b/versions/c1pjs/1.30.5/common.xsl index ee7f2e729..8c48f4f60 100644 --- a/versions/c1pjs/1.30.5/common.xsl +++ b/versions/c1pjs/1.30.5/common.xsl @@ -48,7 +48,7 @@

diff --git a/versions/pc8080/1.30.5/common.css b/versions/pc8080/1.30.5/common.css index 6b1c0f887..5f3b43f18 100644 --- a/versions/pc8080/1.30.5/common.css +++ b/versions/pc8080/1.30.5/common.css @@ -69,7 +69,7 @@ pre a, code a { font-size: 15px; } .machine { - margin: 15px; + overflow: hidden; } .c1pjs { diff --git a/versions/pc8080/1.30.5/common.xsl b/versions/pc8080/1.30.5/common.xsl index 1c0f8ac43..e7c992b5c 100644 --- a/versions/pc8080/1.30.5/common.xsl +++ b/versions/pc8080/1.30.5/common.xsl @@ -48,7 +48,7 @@

diff --git a/versions/pcx86/1.30.5/common.css b/versions/pcx86/1.30.5/common.css index 6b1c0f887..5f3b43f18 100644 --- a/versions/pcx86/1.30.5/common.css +++ b/versions/pcx86/1.30.5/common.css @@ -69,7 +69,7 @@ pre a, code a { font-size: 15px; } .machine { - margin: 15px; + overflow: hidden; } .c1pjs { diff --git a/versions/pcx86/1.30.5/common.xsl b/versions/pcx86/1.30.5/common.xsl index 3d4c7a1ed..f3970c1b1 100644 --- a/versions/pcx86/1.30.5/common.xsl +++ b/versions/pcx86/1.30.5/common.xsl @@ -48,7 +48,7 @@

diff --git a/versions/pdpjs/1.30.5/common.css b/versions/pdpjs/1.30.5/common.css index 6b1c0f887..5f3b43f18 100644 --- a/versions/pdpjs/1.30.5/common.css +++ b/versions/pdpjs/1.30.5/common.css @@ -69,7 +69,7 @@ pre a, code a { font-size: 15px; } .machine { - margin: 15px; + overflow: hidden; } .c1pjs { diff --git a/versions/pdpjs/1.30.5/common.xsl b/versions/pdpjs/1.30.5/common.xsl index d4d829f7e..7fb081bb6 100644 --- a/versions/pdpjs/1.30.5/common.xsl +++ b/versions/pdpjs/1.30.5/common.xsl @@ -48,7 +48,7 @@