More README updates

This commit is contained in:
Jeff Parsons 2016-05-04 14:03:45 -07:00
commit 524ffbc0cb
6 changed files with 39 additions and 33 deletions

View file

@ -12,9 +12,9 @@ It is our *private* counterpart to the **node_modules** folder, where all *publi
The project includes these emulation modules:
* C1Pjs, the 6502-based C1P Emulation Module
* [PCjs](pcjs/), the x86-based IBM PC Emulation Module
* PC8080, an 8080 CPU Emulation Module (work-in-progress)
* [PCjs](pcjs/), the x86-based PC Emulation Module
* [PC8080](pc8080/), the 8080-based Machine Emulation Module
* [C1Pjs](c1pjs/), the 6502-based Challenger 1P Emulation Module
along with variety of Node support modules, such as:

View file

@ -9,7 +9,7 @@ Challenger 1P Emulation Module (C1Pjs)
Overview
---
C1Pjs is an 6502-based Machine Emulation Module for the Ohio Scientific Challenger 1P.
C1Pjs is an 6502-based Machine Emulation Module for the [Ohio Scientific Challenger 1P](/docs/c1pjs/).
C1Pjs is currently comprised of the following non-shared components, as listed in [package.json](../../package.json)
(see the *c1pJSFiles* property):