More README updates

This commit is contained in:
Jeff Parsons 2016-10-20 15:43:58 -07:00 • committed by Jeff Parsons
commit d3d847a86c
5 changed files with 9 additions and 8 deletions

View file

@ -8,7 +8,7 @@ includes:
* [PCx86](/docs/pcx86/), an x86-based IBM PC and PC-compatible emulator * [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/)) * [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/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 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, required. Supported browsers include modern versions of Chrome, Safari, Firefox, Internet Explorer (v9.0 and up), Edge,

View file

@ -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 The Absolute Loader is a special tape image that must be loaded in order to load *other* tapes
which use the Absolute Loader format. 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: PCjs has archived the following DEC resources:

View file

@ -7,6 +7,8 @@ permalink: /apps/pdp11/tapes/basic/
DEC PDP-11 BASIC DEC PDP-11 BASIC
---------------- ----------------
Try our [DEC BASIC Demo](/devices/pdp11/machine/1120/basic/).
PCjs has archived the following DEC resources: PCjs has archived the following DEC resources:
- [BASIC (Single User)](DEC-11-AJPB-PB.json) - [BASIC (Single User)](DEC-11-AJPB-PB.json)
@ -15,3 +17,4 @@ PCjs has archived the following DEC resources:
Third-party resources include: Third-party resources include:
- "[PDP-11 Paper Tape BASIC](http://www.avitech.com.au/ptb/ptb.html)", written March 24, 2013 - "[PDP-11 Paper Tape BASIC](http://www.avitech.com.au/ptb/ptb.html)", written March 24, 2013

View file

@ -15,8 +15,8 @@ This machine pre-loads the **[DEC PDP-11 BASIC](/apps/pdp11/tapes/basic/)** tape
<ram id="ram" addr="0x0000" size="0x4000" file="/apps/pdp11/tapes/basic/DEC-11-AJPB-PB.json"/> <ram id="ram" addr="0x0000" size="0x4000" file="/apps/pdp11/tapes/basic/DEC-11-AJPB-PB.json"/>
However, if this is too convenient for you, you can manually load it into memory using the You can also manually load it into memory using the **[Bootstrap Loader](/apps/pdp11/boot/bootstrap/)**.
[Bootstrap Loader](/apps/pdp11/boot/bootstrap/). See the [Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/) for details.
{% include machine.html id="test1120" %} {% include machine.html id="test1120" %}

View file

@ -16,9 +16,7 @@ This machine pre-loads the **[DEC PDP-11 BASIC](/apps/pdp11/tapes/basic/)** tape
<ram id="ram" addr="0x0000" size="0x4000" file="/apps/pdp11/tapes/basic/DEC-11-AJPB-PB.json"/> <ram id="ram" addr="0x0000" size="0x4000" file="/apps/pdp11/tapes/basic/DEC-11-AJPB-PB.json"/>
However, if this is too convenient for you, you can manually load it into memory using the You can also manually load it into memory using the **[Bootstrap Loader](/apps/pdp11/boot/bootstrap/)**.
[Bootstrap Loader](/apps/pdp11/boot/bootstrap/). See the [Bootstrap Loader Demo (with Debugger)](/devices/pdp11/machine/1120/bootstrap/debugger/) for details.
See [Bootstrap Loader Demo (with Debugger)](/devices/pdp11/machine/1120/bootstrap/debugger/) for details.
{% include machine.html id="test1120" %} {% include machine.html id="test1120" %}