Final cleanup before v1.15.8 release
This commit is contained in:
parent
28a92d6e0b
commit
e4046357fb
11 changed files with 20 additions and 21 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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/).
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue