Assorted README updates for the PDP-11 skeleton

This commit is contained in:
Jeff Parsons 2016-09-03 18:07:37 -07:00
commit 475b08fa91
6 changed files with 72 additions and 3 deletions

View file

@ -12,9 +12,10 @@ It is our *private* counterpart to the **node_modules** folder, where all *publi
The project currently includes these emulation modules:
* [PCx86](pcx86/), the emulation module for [x86-based machines](/devices/pcx86/)
* [PC8080](pc8080/), the emulation module for [8080-based machines](/devices/pc8080/)
* [C1Pjs](c1pjs/), the 6502-based emulation module for the [Challenger 1P](/devices/c1p/)
* [C1Pjs](c1pjs/): 6502 emulation module for the [Challenger 1P](/devices/c1p/)
* [PCx86](pcx86/): x86 emulation module for [IBM PC machines](/devices/pcx86/)
* [PC8080](pc8080/): 8080 emulation module for [8080-based machines](/devices/pc8080/)
* [PDP11](pdp11/): PDP-11 emulation module for [PDP-11 machines](/devices/pdp11/) (eg, PDP-11/45, PDP-11/70)
along with variety of Node support modules, such as: