Updated module READMEs

This commit is contained in:
Jeff Parsons 2016-04-30 12:24:41 -07:00
commit 5855bbd6c3
4 changed files with 35 additions and 5 deletions

View file

@ -18,10 +18,11 @@ C1Pjs is a JavaScript simulation of the Challenger 1P, an 8-bit 6502-based micro
manufactured by Ohio Scientific in 1978. The base configuration included 4Kb of RAM and an
8Kb BASIC-in-ROM from Microsoft. Below is a simulation of the 8Kb model.
{% include machine.html id="c1p8kb" %}
After you've read the Documentation, check out our other [C1P Machine Configurations](/devices/c1p/machine/),
learn how [Customize and Embed](embed/) your own machines, read the [Source Code](/modules/c1pjs/), and
experiment!
More sample [C1P machine configurations](/devices/c1p/machine/) are available, as well as
information on [customizing and embedding](embed/) your own configurations.
{% include machine.html id="c1p8kb" %}
### Using C1Pjs

View file

@ -12,7 +12,9 @@ PCjs Documentation
---
[PCjs](/docs/about/pcjs/) is a full-featured IBM PC, PC XT and PC AT emulator written entirely in JavaScript.
After you've read the Documentation, play with the [Examples](examples/).
After you've read the Documentation, check out with the [Examples](examples/), read the [Source Code](/modules/pcjs/),
and experiment!
{% include machine.html id="ibm5150" %}