Updated some machine descriptions

This commit is contained in:
Jeff Parsons 2016-10-22 00:37:15 -07:00 committed by Jeff Parsons
commit be98376541
5 changed files with 10 additions and 10 deletions

View file

@ -7,7 +7,7 @@ permalink: /apps/pdp11/tapes/basic/
DEC PDP-11 BASIC DEC PDP-11 BASIC
---------------- ----------------
Try the [DEC BASIC Demo](/devices/pdp11/machine/1120/basic/debugger/). Try the [DEC PDP-11 BASIC Demo](/devices/pdp11/machine/1120/basic/debugger/).
PCjs has archived the following DEC resources: PCjs has archived the following DEC resources:

View file

@ -11,4 +11,4 @@ PDPjs is currently being tested with the following PDP-11/20 machine configurati
* [PDP-11/20 Boot Test](/devices/pdp11/machine/1120/test/) (with [Debugger](/devices/pdp11/machine/1120/test/debugger/)) * [PDP-11/20 Boot Test](/devices/pdp11/machine/1120/test/) (with [Debugger](/devices/pdp11/machine/1120/test/debugger/))
* [PDP-11/20 Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/) (with [Debugger](/devices/pdp11/machine/1120/bootstrap/debugger/)) * [PDP-11/20 Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/) (with [Debugger](/devices/pdp11/machine/1120/bootstrap/debugger/))
* [PDP-11/20 DEC BASIC Demo](/devices/pdp11/machine/1120/basic/) (with [Debugger](/devices/pdp11/machine/1120/basic/debugger/)) * [PDP-11/20 DEC PDP-11 BASIC Demo](/devices/pdp11/machine/1120/basic/) (with [Debugger](/devices/pdp11/machine/1120/basic/debugger/))

View file

@ -1,6 +1,6 @@
--- ---
layout: page layout: page
title: PDP-11/20 DEC BASIC Demo title: PDP-11/20 DEC PDP-11 BASIC Demo
permalink: /devices/pdp11/machine/1120/basic/ permalink: /devices/pdp11/machine/1120/basic/
machines: machines:
- id: test1120 - id: test1120
@ -8,8 +8,8 @@ machines:
autoMount: '' autoMount: ''
--- ---
DEC BASIC Demo DEC PDP-11 BASIC Demo
-------------- ---------------------
This machine pre-loads the **[DEC PDP-11 BASIC](/apps/pdp11/tapes/basic/)** tape image into 16Kb of RAM: This machine pre-loads the **[DEC PDP-11 BASIC](/apps/pdp11/tapes/basic/)** tape image into 16Kb of RAM:

View file

@ -1,6 +1,6 @@
--- ---
layout: page layout: page
title: PDP-11/20 DEC BASIC Demo with Debugger title: PDP-11/20 DEC PDP-11 BASIC Demo with Debugger
permalink: /devices/pdp11/machine/1120/basic/debugger/ permalink: /devices/pdp11/machine/1120/basic/debugger/
machines: machines:
- id: test1120 - id: test1120
@ -9,8 +9,8 @@ machines:
autoMount: '' autoMount: ''
--- ---
DEC BASIC Demo (with Debugger) DEC PDP-11 BASIC Demo (with Debugger)
------------------------------ -------------------------------------
This machine pre-loads the **[DEC PDP-11 BASIC](/apps/pdp11/tapes/basic/)** tape image into 16Kb of RAM: This machine pre-loads the **[DEC PDP-11 BASIC](/apps/pdp11/tapes/basic/)** tape image into 16Kb of RAM:

View file

@ -31,5 +31,5 @@ configuration file such as [demo.xml](demo.xml):
The above configuration is used by PDPjs machines such as: The above configuration is used by PDPjs machines such as:
- [PDP-11/20 with 16Kb and Bootstrap Loader](/devices/pdp11/machine/1120/bootstrap/) ([Debugger](/devices/pdp11/machine/1120/bootstrap/debugger/)) - [Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/) ([Debugger](/devices/pdp11/machine/1120/bootstrap/debugger/))
- [PDP-11/20 with 16Kb and DEC BASIC](/devices/pdp11/machine/1120/basic/) ([Debugger](/devices/pdp11/machine/1120/basic/debugger/)) - [DEC PDP-11 BASIC Demo](/devices/pdp11/machine/1120/basic/) ([Debugger](/devices/pdp11/machine/1120/basic/debugger/))