Added "Adventures in Math (1983)" along with some notes about the failure to properly archive files

This commit is contained in:
Jeff Parsons 2017-06-14 09:48:51 -07:00 committed by Jeff Parsons
commit 36bf15561f
19 changed files with 619 additions and 379 deletions

View file

@ -511,6 +511,7 @@
<disk path="/disks/pcx86/games/microsoft/flightsim/1984/FLIGHTSIM-1984.json">MS Flight Simulator (1984)</disk>
<disk path="/apps/pcx86/1981/visicalc/disk.json">VisiCalc (1981)</disk>
<disk path="/apps/pcx86/1982/esuite/disk.json">Executive Suite (1982)</disk>
<disk path="/apps/pcx86/1983/adventmath/ADVENTMATH100.json">Adventures in Math (1983)</disk>
<disk path="/apps/pcx86/1985/rogue/disk.json">Rogue (1985)</disk>
<disk path="/apps/pcx86/1987/thinktank/disk.json">ThinkTank (1987)</disk>
<disk path="/apps/pcx86/1992/moria/disk.json">Moria 5.5 (1992)</disk>

View file

@ -8,6 +8,7 @@
<disk path="/disks/pcx86/dos/ibm/2.00/PCDOS200-DISK2.json">PC-DOS 2.00 (Disk 2)</disk>
<disk path="/disks/pcx86/games/microsoft/adventure/ADVENTURE-1981.json">Microsoft Adventure</disk>
<disk path="/apps/pcx86/1981/visicalc/disk.json">VisiCalc (1981)</disk>
<disk path="/apps/pcx86/1983/adventmath/ADVENTMATH100.json">Adventures in Math (1983)</disk>
</control>
<control type="button" binding="loadDisk">Load</control>
<control type="button" binding="saveDisk" padRight="8px">Save</control>

View file

@ -102,11 +102,12 @@
<manifest ref="/disks/pcx86/games/id/wolf3d/manifest.xml"/>
<manifest ref="/disks/pcx86/games/microsoft/flightsim/1982/manifest.xml"/>
<manifest ref="/disks/pcx86/games/microsoft/flightsim/1984/manifest.xml"/>
<manifest ref="/apps/pcx86/1981/visicalc/manifest.xml" disk="disk01"/>
<manifest ref="/apps/pcx86/1982/esuite/manifest.xml" disk="disk01"/>
<manifest ref="/apps/pcx86/1985/rogue/manifest.xml" disk="disk01"/>
<manifest ref="/apps/pcx86/1987/thinktank/manifest.xml" disk="disk01"/>
<manifest ref="/apps/pcx86/1992/moria/manifest.xml" disk="disk01"/>
<manifest ref="/apps/pcx86/1981/visicalc/manifest.xml"/>
<manifest ref="/apps/pcx86/1982/esuite/manifest.xml"/>
<manifest ref="/apps/pcx86/1983/adventmath/manifest.xml"/>
<manifest ref="/apps/pcx86/1985/rogue/manifest.xml"/>
<manifest ref="/apps/pcx86/1987/thinktank/manifest.xml"/>
<manifest ref="/apps/pcx86/1992/moria/manifest.xml"/>
<manifest ref="/pubs/pc/programming/manifest.xml"/>
<disk path="/tests/pcx86/vga/VGABIN.json">VGA Tests (Black Book)</disk>
</control>

View file

@ -7,6 +7,7 @@
<manifest ref="/disks/pcx86/dos/ibm/2.00/manifest.xml"/>
<manifest ref="/disks/pcx86/games/microsoft/adventure/manifest.xml"/>
<manifest ref="/apps/pcx86/1981/visicalc/manifest.xml"/>
<manifest ref="/apps/pcx86/1983/adventmath/manifest.xml"/>
</control>
<control type="button" binding="loadDisk">Load</control>
<control type="button" binding="saveDisk" padRight="8px">Save</control>