Disk updates

This commit is contained in:
Jeff Parsons 2016-04-11 11:06:14 -07:00
commit 733a668b0e
5 changed files with 54 additions and 7 deletions

View file

@ -29,11 +29,11 @@ diagnostics, and more.
* [DOS](dos/)
* [OS/2](os2/)
* [Windows](windows/)
* [CP/M-86](/disks/pc/cpm/)
* [CP/M-86](cpm/)
* Minix 1.1
* PC/IX 1.0
* [Microport's AT&T UNIX System V-AT 2.3](/disks/pc/unix/microport/system-v/2.3/)
* [SCO Xenix 8086 Operating System v2.1.3](/disks/pc/xenix/sco/8086/2.1.3/)
* [Microport's AT&T UNIX System V-AT 2.3](unix/microport/system-v/2.3/)
* [SCO Xenix 8086 Operating System v2.1.3](xenix/sco/8086/2.1.3/)
### [Applications](apps/)
@ -46,13 +46,13 @@ diagnostics, and more.
### [Tools](tools/)
* [Borland Tools](tools/borland/)
* [IBM PC Diagnostics](/disks/pc/diags/ibm/)
* [IBM PC Diagnostics](diags/ibm/)
* [Microsoft Tools](tools/microsoft/)
### Games
### [Games](games/)
* [Infocom Zork I](/disks/pc/games/infocom/zork1/)
* [Microsoft Adventure](/disks/pc/games/microsoft/adventure/) (1981)
* [Infocom Games](games/infocom/)
* [Microsoft Adventure](games/microsoft/adventure/) (1981)
* Microsoft Flight Simulator (1984)
### PCjs Test Suites

11
disks/pc/games/README.md Normal file
View file

@ -0,0 +1,11 @@
---
layout: page
title: PC Games
permalink: /disks/pc/games/
---
PC Games
---
* [Infocom](infocom/)
* [Microsoft](microsoft/)

View file

@ -7,6 +7,8 @@ permalink: /disks/pc/games/infocom/
Infocom Games
---
* [The Hitchhiker's Guide to the Galaxy](hhiker/)
* [Planetfall](planet/)
* [Zork I](zork1/)
* [Zork II](zork2/)
* [Zork III](zork3/)

View file

@ -0,0 +1,17 @@
---
layout: page
title: "IBM PC (Model 5150) running The Hitchhiker's Guide to the Galaxy"
permalink: /disks/pc/games/infocom/hhiker/
machines:
- type: pc
id: ibm5150-hhiker
config: /disks/pc/games/infocom/machine.xml
autoMount:
A:
path: /disks/pc/games/infocom/hhiker/HHIKER-READONLY.json
---
The Hitchhiker's Guide to the Galaxy
---
{% include machine.html id="ibm5150-hhiker" %}

View file

@ -0,0 +1,17 @@
---
layout: page
title: "IBM PC (Model 5150) running Planetfall"
permalink: /disks/pc/games/infocom/planet/
machines:
- type: pc
id: ibm5150-planet
config: /disks/pc/games/infocom/machine.xml
autoMount:
A:
path: /disks/pc/games/infocom/planet/PLANET-READONLY.json
---
Planetfall
---
{% include machine.html id="ibm5150-planet" %}