From 913425791e1a16d38aceec78684aef013f33e8d1 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Wed, 4 May 2016 15:46:12 -0700 Subject: [PATCH] More README updates --- README.md | 6 +++--- index.md | 6 +++--- modules/README.md | 6 +++--- modules/c1pjs/README.md | 2 +- modules/pc8080/README.md | 2 +- modules/pcjs/README.md | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 08093c713..32b46c1f3 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, an The project includes the following web-based emulators: -* [PCjs](/docs/pcjs/), an IBM PC and PC-compatible emulator -* [PC8080](/modules/pc8080/), an 8080-based machine emulator -* [C1Pjs](/docs/c1pjs/), a simulation of the 6502-based OSI Challenger 1P +* [PCjs](/docs/pcjs/), an x86-based IBM PC and PC-compatible emulator +* [PC8080](/modules/pc8080/), a 8080-based generic machine emulator +* [C1Pjs](/docs/c1pjs/), a 6502-based Ohio Scientific Challenger 1P emulator PCjs first simulated the 4.77Mhz 8088-based IBM PC, and has steadily evolved to support more classic x86 machines, including the IBM PC XT, the 80286-based IBM PC AT, and the 80386-based COMPAQ DeskPro 386. PCjs fully supports diff --git a/index.md b/index.md index 690d669d3..6b543c88d 100644 --- a/index.md +++ b/index.md @@ -17,9 +17,9 @@ It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, an The project includes the following web-based emulators: -* [PCjs](/docs/pcjs/), an IBM PC and PC-compatible emulator -* [PC8080](/modules/pc8080/), an 8080-based machine emulator -* [C1Pjs](/docs/c1pjs/), a simulation of the 6502-based OSI Challenger 1P +* [PCjs](/docs/pcjs/), an x86-based IBM PC and PC-compatible emulator +* [PC8080](/modules/pc8080/), an 8080-based generic machine emulator +* [C1Pjs](/docs/c1pjs/), a 6502-based Ohio Scientific Challenger 1P emulator PCjs first simulated the 4.77Mhz 8088-based IBM PC, and has steadily evolved to support more classic x86 machines, including the IBM PC XT, the 80286-based IBM PC AT, and the 80386-based COMPAQ DeskPro 386. PCjs fully supports diff --git a/modules/README.md b/modules/README.md index 81df1e23d..f2ef6412b 100644 --- a/modules/README.md +++ b/modules/README.md @@ -12,9 +12,9 @@ It is our *private* counterpart to the **node_modules** folder, where all *publi The project includes these emulation modules: -* [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 +* [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: diff --git a/modules/c1pjs/README.md b/modules/c1pjs/README.md index 2206f0cae..c2b6f5bd8 100644 --- a/modules/c1pjs/README.md +++ b/modules/c1pjs/README.md @@ -9,7 +9,7 @@ Challenger 1P Emulation Module (C1Pjs) Overview --- -C1Pjs is an 6502-based Machine Emulation Module for the [Ohio Scientific Challenger 1P](/docs/c1pjs/). +C1Pjs is our 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): diff --git a/modules/pc8080/README.md b/modules/pc8080/README.md index 04122b199..1565dd598 100644 --- a/modules/pc8080/README.md +++ b/modules/pc8080/README.md @@ -9,7 +9,7 @@ permalink: /modules/pc8080/ Overview --- -PC8080 is an 8080-based Machine Emulation Module. The code is derived from [PCjs](/modules/pcjs/). +PC8080 is our 8080-based machine emulation module. The code is derived from [PCjs](/modules/pcjs/). It is still a work-in-progress. See the list of available [PC8080 Machines](/devices/pc8080/machine/). diff --git a/modules/pcjs/README.md b/modules/pcjs/README.md index cab3df803..8999957ac 100644 --- a/modules/pcjs/README.md +++ b/modules/pcjs/README.md @@ -9,7 +9,7 @@ IBM PC Emulation Module (PCjs) Overview --- -The PCjs IBM PC Emulation Module is the engine underlying all our [IBM PC Machines](/devices/pc/machine/). +The PCjs IBM PC emulation module is the engine powering all our [IBM PC Machines](/devices/pc/machine/). This module divides PC functionality into variety of logical and visual components. In general, each JavaScript file is responsible for a single component or set of related components (eg,