From d3d847a86c350c5f434d4f50de12f05d4ab73d88 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 20 Oct 2016 15:43:58 -0700 Subject: [PATCH] More README updates --- README.md | 2 +- apps/pdp11/tapes/absloader/README.md | 2 +- apps/pdp11/tapes/basic/README.md | 3 +++ devices/pdp11/machine/1120/basic/README.md | 4 ++-- devices/pdp11/machine/1120/basic/debugger/README.md | 6 ++---- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b1a8a6510..0b8db57f9 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/70](/devices/pdp11/machine/1170/)) +* [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 required. Supported browsers include modern versions of Chrome, Safari, Firefox, Internet Explorer (v9.0 and up), Edge, diff --git a/apps/pdp11/tapes/absloader/README.md b/apps/pdp11/tapes/absloader/README.md index 9ab62f0d1..b0517778d 100644 --- a/apps/pdp11/tapes/absloader/README.md +++ b/apps/pdp11/tapes/absloader/README.md @@ -10,7 +10,7 @@ DEC PDP-11 Absolute Loader The Absolute Loader is a special tape image that must be loaded in order to load *other* tapes which use the Absolute Loader format. -To see the Absolute Loader in action, try the [Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/debugger/). +To see the Absolute Loader in action, start with the [Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/debugger/). PCjs has archived the following DEC resources: diff --git a/apps/pdp11/tapes/basic/README.md b/apps/pdp11/tapes/basic/README.md index ae3dc3383..bed855f63 100644 --- a/apps/pdp11/tapes/basic/README.md +++ b/apps/pdp11/tapes/basic/README.md @@ -7,6 +7,8 @@ permalink: /apps/pdp11/tapes/basic/ DEC PDP-11 BASIC ---------------- +Try our [DEC BASIC Demo](/devices/pdp11/machine/1120/basic/). + PCjs has archived the following DEC resources: - [BASIC (Single User)](DEC-11-AJPB-PB.json) @@ -15,3 +17,4 @@ PCjs has archived the following DEC resources: Third-party resources include: - "[PDP-11 Paper Tape BASIC](http://www.avitech.com.au/ptb/ptb.html)", written March 24, 2013 + diff --git a/devices/pdp11/machine/1120/basic/README.md b/devices/pdp11/machine/1120/basic/README.md index 3204c9c61..e246280f5 100644 --- a/devices/pdp11/machine/1120/basic/README.md +++ b/devices/pdp11/machine/1120/basic/README.md @@ -15,8 +15,8 @@ This machine pre-loads the **[DEC PDP-11 BASIC](/apps/pdp11/tapes/basic/)** tape -However, if this is too convenient for you, you can manually load it into memory using the -[Bootstrap Loader](/apps/pdp11/boot/bootstrap/). +You can also manually load it into memory using the **[Bootstrap Loader](/apps/pdp11/boot/bootstrap/)**. +See the [Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/) for details. {% include machine.html id="test1120" %} diff --git a/devices/pdp11/machine/1120/basic/debugger/README.md b/devices/pdp11/machine/1120/basic/debugger/README.md index 3493d8a83..476091536 100644 --- a/devices/pdp11/machine/1120/basic/debugger/README.md +++ b/devices/pdp11/machine/1120/basic/debugger/README.md @@ -16,9 +16,7 @@ This machine pre-loads the **[DEC PDP-11 BASIC](/apps/pdp11/tapes/basic/)** tape -However, if this is too convenient for you, you can manually load it into memory using the -[Bootstrap Loader](/apps/pdp11/boot/bootstrap/). - -See [Bootstrap Loader Demo (with Debugger)](/devices/pdp11/machine/1120/bootstrap/debugger/) for details. +You can also manually load it into memory using the **[Bootstrap Loader](/apps/pdp11/boot/bootstrap/)**. +See the [Bootstrap Loader Demo (with Debugger)](/devices/pdp11/machine/1120/bootstrap/debugger/) for details. {% include machine.html id="test1120" %}