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,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>