More README updates
This commit is contained in:
parent
7beaf7ca7b
commit
d3d847a86c
5 changed files with 9 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
||||
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" %}
|
||||
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
||||
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" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue