Final cleanup before v1.15.8 release

This commit is contained in:
Jeff Parsons 2014-11-03 09:48:00 -08:00 committed by jeffpar
commit e4046357fb
11 changed files with 20 additions and 21 deletions

View file

@ -1,8 +1,8 @@
Challenger 1P Serial Program Sets
Challenger 1P Applications
---
The C1P serial port has no configurable hardware features. However, there is a "demo" property that can
be set, causing the machine to load some built-in demonstration code via the serial port when it starts up.
The purpose of these configuration files is to create UI controls that allow you to choose from a set of programs
(eg, BASIC programs, 6502 machine code files) and send them to the C1P through the serial port.
(eg, BASIC programs, 6502 machine code files) and send them to the C1P through the serial port.

View file

@ -1,7 +1,7 @@
IBM PC Application Archives
IBM PC Application Demos
---
Below are selected demos of classic IBM PC applications running on [PCjs](/docs/about/).
Below are selected demos of classic IBM PC applications running on [PCjs](/docs/about/pcjs/).
* [VisiCalc (1981)](1981/visicalc/)
* [Executive Suite (1982)](1982/esuite/)
@ -9,7 +9,4 @@ Below are selected demos of classic IBM PC applications running on [PCjs](/docs/
* [ThinkTank (1987)](1987/thinktank/)
* The Dungeons of Moria (1988, [1992](1992/moria/))
All of these demos are driven by simple XML manifest files. Click one and use your web browser's "View Source"
command to see the raw manifest. Learn more about PCjs manifest files [here](/apps/).
You can browse the rest of our software archives by year. There is no search capability at this time.
More software is available in the [IBM PC Disk Archive](/disks/pc/).

View file

@ -1,4 +1,4 @@
Device Configurations
Machine Configurations
---
Browse [IBM PC](/devices/pc/machine/) and [Challenger 1P](/devices/c1p/machine/) machine configurations.

View file

@ -1,7 +1,7 @@
Challenger 1P Configurations
---
This folder contains Challenger 1P [Machine Configurations](machine/), along with of component configurations,
such as [Control Panels](panel/).
This folder contains Challenger 1P [Machine Configurations](machine/), along with [Control Panels](panel/) and
other components.
[Applications](/apps/c1p/) and [Disk Images](/disks/c1p/) are also available.

View file

@ -1,5 +1,7 @@
IBM PC Configurations
---
Here you'll find [Machine Configurations](/devices/pc/machine/), along with a variety of other component configurations
that are used by the machines, such as [Control Panels](/devices/pc/panel/) and [Keyboard Layouts](/devices/pc/keyboard/).
This folder contains IBM PC [Machine Configurations](machine/), along with [Control Panels](/devices/pc/panel/),
[Keyboard Layouts](/devices/pc/keyboard/) and other components.
[Application Demos](/apps/pc/) and [Disk Archives](/disks/pc/) are also available.

View file

@ -1,6 +1,6 @@
Disk Archives
---
Browse [IBM PC](pc/) and [Challenger 1P](c1p/) disk images.
Browse [IBM PC](pc/) and [Challenger 1P](c1p/) disk archives.
### PCjs Disk Image Formats

View file

@ -1,4 +1,4 @@
Challenger 1P Disk Sets
Challenger 1P Disks
---
An assortment of Challenger 1P Disk Sets, for use by [C1P Machine Configurations](/devices/c1p/machine/).
An assortment of Challenger 1P Disk Images, for use by [C1P Machine Configurations](/devices/c1p/machine/).

View file

@ -1,4 +1,4 @@
IBM PC Disk Archives
IBM PC Disk Archive
---
Below are selected Disk Sets featuring "Ready-to-Boot" machine configurations:
@ -7,7 +7,7 @@ Below are selected Disk Sets featuring "Ready-to-Boot" machine configurations:
* [IBM PC (Model 5150), MDA, 64K, IBM Diagnostics v2.20</a>](/disks/pc/diags/ibm/2.20/)
* [IBM PC (Model 5150), CGA, 64K, Zork I</a>](/disks/pc/games/infocom/zork1/)
You can browse the rest of our disk archives by type. There is no search capability at this time.
You can browse the rest of the disk archive by type. There is no search capability at this time.
### Disk Sets and Manifests

View file

@ -9,7 +9,7 @@
<video id="videoMDA" screenwidth="720" screenheight="350" scale="true" charset="/devices/pc/video/ibm-mda-cga.json" padding="8px">
<name>Monochrome Display</name>
</video>
<cpu id="cpu8088" model="8088" autostart="true" pos="left" padleft="8px">
<cpu id="cpu8088" model="8088" autostart="true" pos="left" padleft="8px" padbottom="8px">
<control type="button" class="input" binding="run">Run</control>
<control type="button" class="input" binding="reset">Reset</control>
</cpu>

View file

@ -9,7 +9,7 @@
<video id="videoMDA" screenwidth="720" screenheight="350" scale="true" charset="/devices/pc/video/ibm-mda-cga.json" padding="8px">
<name>Monochrome Display</name>
</video>
<cpu id="cpu8088" model="8088" autostart="true" pos="left" padleft="8px">
<cpu id="cpu8088" model="8088" autostart="true" pos="left" padleft="8px" padbottom="8px">
<control type="button" class="input" binding="run">Run</control>
<control type="button" class="input" binding="reset">Reset</control>
</cpu>

View file

@ -9,7 +9,7 @@
<video id="videoCGA" screenwidth="960" screenheight="400" scale="true" charset="/devices/pc/video/ibm-mda-cga.json" padding="8px">
<name>Color Display</name>
</video>
<cpu id="cpu8088" model="8088" autostart="true" pos="left" padleft="8px">
<cpu id="cpu8088" model="8088" autostart="true" pos="left" padleft="8px" padbottom="8px">
<control type="button" class="input" binding="run">Run</control>
<control type="button" class="input" binding="reset">Reset</control>
</cpu>