README updates

This commit is contained in:
Jeff Parsons 2016-05-23 14:57:14 -07:00
commit 5e11df7999
10 changed files with 11 additions and 11 deletions

View file

@ -401,7 +401,7 @@ manually or with the Grunt "clean" task:
License License
--- ---
The [PCjs Project](https://github.com/jeffpar/pcjs) is now an open source project on [GitHub](http://github.com/). The [PCjs Project](https://github.com/jeffpar/pcjs) is now an open-source project on [GitHub](http://github.com/).
All published portions are free for redistribution and/or modification under the terms of the All published portions are free for redistribution and/or modification under the terms of the
[GNU General Public License](/LICENSE) as published by the Free Software Foundation, either version 3 of the License, [GNU General Public License](/LICENSE) as published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version. or (at your option) any later version.

View file

@ -13,7 +13,7 @@ Device Configurations
All PCjs machines are built from the following collections of devices: All PCjs machines are built from the following collections of devices:
* 6502-based Devices (e.g., [Challenger 1P](c1p/)) * [6502-based Devices](c1p/) (e.g., [Challenger 1P](c1p/machine/))
* [8080-based Devices](pc8080/) (e.g., [Space Invaders](pc8080/machine/invaders/)) * [8080-based Devices](pc8080/) (e.g., [Space Invaders](pc8080/machine/invaders/))
* [8086-based Devices](pcx86/) (e.g., [IBM PC, including 80286 and 80386-based compatibles](pcx86/machine/)) * [8086-based Devices](pcx86/) (e.g., [IBM PC, including 80286 and 80386-based compatibles](pcx86/machine/))

View file

@ -11,8 +11,8 @@ Documentation
Help is available for the following JavaScript Machines: Help is available for the following JavaScript Machines:
* [PCx86](/docs/pcx86/)
* [C1Pjs](/docs/c1pjs/) * [C1Pjs](/docs/c1pjs/)
* [PCx86](/docs/pcx86/)
{% if site.developer %} {% if site.developer %}

View file

@ -70,7 +70,7 @@ preferred solution.
License License
--- ---
The [PCjs Project](https://github.com/jeffpar/pcjs) is now an open source project on [GitHub](http://github.com/). The [PCjs Project](https://github.com/jeffpar/pcjs) is now an open-source project on [GitHub](http://github.com/).
All published portions are free for redistribution and/or modification under the terms of the All published portions are free for redistribution and/or modification under the terms of the
[GNU General Public License](/LICENSE) as published by the Free Software Foundation, either version 3 of the License, [GNU General Public License](/LICENSE) as published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version. or (at your option) any later version.

View file

@ -13,7 +13,7 @@ About PCx86
PCx86 is a IBM PC/XT/AT simulator written entirely in [JavaScript](/modules/pcx86/). It's designed to load and run PCx86 is a IBM PC/XT/AT simulator written entirely in [JavaScript](/modules/pcx86/). It's designed to load and run
fast, it works well in all modern web browsers (both desktop and mobile), and it's easy to customize. It is part of fast, it works well in all modern web browsers (both desktop and mobile), and it's easy to customize. It is part of
the [PCjs Project](https://github.com/jeffpar/pcjs), an open source project on [GitHub](http://github.com/). the [PCjs Project](https://github.com/jeffpar/pcjs), an open-source project on [GitHub](http://github.com/).
Check out the [Demos](/#demos) on the home page, and all the other PCx86 [Application](/apps/pcx86/), [Disk](/disks/pcx86/), Check out the [Demos](/#demos) on the home page, and all the other PCx86 [Application](/apps/pcx86/), [Disk](/disks/pcx86/),
and [Machine](/devices/pcx86/machine/) demos, including an [IBM PC Dual Display System](/devices/pcx86/machine/5150/dual/64kb/) and [Machine](/devices/pcx86/machine/) demos, including an [IBM PC Dual Display System](/devices/pcx86/machine/5150/dual/64kb/)

View file

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

View file

@ -71,7 +71,7 @@ and the original machine are available in the [C1Pjs Documentation](/docs/c1pjs/
License License
--- ---
The [PCjs Project](https://github.com/jeffpar/pcjs) is now an open source project on [GitHub](http://github.com/). The [PCjs Project](https://github.com/jeffpar/pcjs) is now an open-source project on [GitHub](http://github.com/).
All published portions are free for redistribution and/or modification under the terms of the All published portions are free for redistribution and/or modification under the terms of the
[GNU General Public License](/LICENSE) as published by the Free Software Foundation, either version 3 of the License, [GNU General Public License](/LICENSE) as published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version. or (at your option) any later version.

View file

@ -11,7 +11,7 @@ Overview
--- ---
C1Pjs is our 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) C1Pjs is comprised of the following non-shared components, as listed in [package.json](../../package.json)
(see the *c1pJSFiles* property): (see the *c1pJSFiles* property):
* [defines.js](lib/defines.js) * [defines.js](lib/defines.js)

View file

@ -11,10 +11,10 @@ Overview
--- ---
PC8080 is our 8080-based machine emulation module. The code is derived from [PCx86](/modules/pcx86/). PC8080 is our 8080-based machine emulation module. The code is derived from [PCx86](/modules/pcx86/).
It is still a work-in-progress. See the list of available [PC8080 Machines](/devices/pc8080/machine/), including See the list of available [PC8080 Machines](/devices/pc8080/machine/), which includes
[Space Invaders (1978)](/devices/pc8080/machine/invaders/). [Space Invaders (1978)](/devices/pc8080/machine/invaders/).
PC8080 is currently comprised of the following non-shared components, as listed in [package.json](../../package.json) PC8080 is comprised of the following non-shared components, as listed in [package.json](../../package.json)
(see the *pc8080Files* property): (see the *pc8080Files* property):
* [defines.js](/modules/pc8080/lib/defines.js) * [defines.js](/modules/pc8080/lib/defines.js)

View file

@ -11,7 +11,7 @@ IBM PC Emulation Module (PCx86)
Overview Overview
--- ---
PCx86, the PCjs IBM PC emulation module, is the engine powering all our [IBM PC Machines](/devices/pcx86/machine/). PCx86 is the IBM PC emulation module powering all our [IBM PC Machines](/devices/pcx86/machine/).
This module divides PC functionality into variety of logical and visual components. 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, In general, each JavaScript file is responsible for a single component or set of related components (eg,