Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Mar 19, 2020
1 parent 76de04b commit 683c9d5
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 14 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@ PCjs Machines
-------------

Welcome to PCjs.

READMEs to skip:

/
/tools
/machines
/machines/dec/pdp10
/machines/dec/pdp11
/machines/pcx80
/machines/pcx86
/configs
2 changes: 1 addition & 1 deletion _posts/2017/2017-02-28-learning-the-pdp-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2017-02-28 22:00:00
permalink: /blog/2017/02/28/
---

Since I've more or less achieved all my goals for the PCjs [PDP-11 Emulator](/devices/pdp11/machine/),
Since I've more or less achieved all my goals for the PCjs [PDP-11 Emulator](/machines/dec/pdp11/),
I've decided to turn my attention to an even older historically important DEC computer:
the [PDP-10](https://en.wikipedia.org/wiki/PDP-10#Cancellation_and_influence).

Expand Down
2 changes: 1 addition & 1 deletion _posts/2019/2019-07-28-a-quick-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: A Quick Post
date: 2019-07-28 10:00:00
permalink: /blog/2019/07/28/
preview: https://diskettes.pcjs.org/pcx86/lang/microsoft/basic/QUICKBAS100.png
preview: https://diskettes.pcjs.org/pcx86/lang/microsoft/basic/quickbasic/1.00/MS-QUICKBASIC-100.jpg
---

There have been a number of small additions to the website over the last month:
Expand Down
9 changes: 6 additions & 3 deletions configs/hardware.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@
"@title": "DEC",
"pdp10": {
"@title": "PDP-10",
"ka10/test": {
"@title": "PDP-10 KA10 Test",
"@redirect_from": "/devices/pdp10/machine/ka10/test/"
"ka10": {
"@title": "KA10",
"test": {
"@title": "PDP-10 KA10 Test",
"@redirect_from": "/devices/pdp10/machine/ka10/test/"
}
}
},
"pdp11": {
Expand Down
9 changes: 6 additions & 3 deletions machines/dec/pdp10/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
layout: page
title: PDPjs Support for DEC PDP-10 Machines
title: DEC PDP-10 Machines
permalink: /machines/dec/pdp10/
redirect_from:
- /modules/pdp10/
- /devices/pdp10/machine/
---

This PDPjs module for [PDP-10 Machines](/machines/dec/pdp10/) was added to the PCjs Project in 2017.
Support for [PDP-10 Machines](/machines/dec/pdp10/) was added to the PCjs Project in 2017.

The module is currently comprised of the following components, as listed in [machines.json](/configs/machines.json) (see the *pdp10.scripts* property):
The PCjs PDP-10 emulator is currently comprised of the following components, as listed in [machines.json](/configs/machines.json) (see the *pdp10.scripts* property):

* [bus.js](lib/bus.js)
* [computer.js](lib/computer.js)
Expand Down
8 changes: 5 additions & 3 deletions machines/dec/pdp11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
layout: page
title: DEC PDP-11 Machines
permalink: /machines/dec/pdp11/
redirect_from:
- /modules/pdp11/
- /devices/pdp11/machine/
---

Support for [PDP-11 Machines](/machines/dec/pdp11/) was added to the PCjs Project in 2016.

The PCjs PDP-11 emulator was adapted from the [PDP-11/70 Emulator](http://skn.noip.me/pdp11/pdp11.html) written by Paul Nankervis, with permission.

The module is currently comprised of the following components, as listed in [machines.json](/configs/machines.json) (see the *pdp11.scripts* property):
The PCjs PDP-11 emulator is currently comprised of the following components, as listed in [machines.json](/configs/machines.json) (see the *pdp11.scripts* property).
Portions were adapted from the [PDP-11/70 Emulator](http://skn.noip.me/pdp11/pdp11.html) written by Paul Nankervis, with permission.

* [bus.js](lib/bus.js)
* [computer.js](lib/computer.js)
Expand Down
3 changes: 0 additions & 3 deletions software/dec/pdp11/tapes/absloader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ permalink: /software/dec/pdp11/tapes/absloader/
redirect_from: /apps/pdp11/tapes/absloader/
---

DEC PDP-11 Absolute Loader
--------------------------

[![DEC-11-L2PC-PO](DEC-11-L2PC-PO.jpg)](DEC-11-L2PC-PO.json)

The Absolute Loader is a special tape image that must be loaded in order to load *other* tapes
Expand Down

0 comments on commit 683c9d5

Please sign in to comment.