Machine updates

This commit is contained in:
Jeff Parsons 2016-04-08 12:05:02 -07:00
commit 88d22d5be6
13 changed files with 117 additions and 16 deletions

View file

@ -1,7 +1,7 @@
---
layout: page
title: "IBM PC AT (Model 5170) running IBM PC AT Advanced Diagnostics 2.07"
permalink: /disks/pc/diags/ibm/2.20/
permalink: /disks/pc/diags/ibm/2.07/
machines:
- type: pc
id: ibm5170

View file

@ -2,12 +2,11 @@
layout: page
title: Infocom Games
permalink: /disks/pc/games/infocom/
machines:
- type: pc
id: ibm5150
---
Infocom Games
---
{% include machine.html id="ibm5150" %}
* [Zork I](zork1/)
* [Zork II](zork2/)
* [Zork III](zork3/)

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.6/machine.xsl"?>
<machine id="ibm5150" class="pc" border="1" width="980px" pos="center" background="#FAEBD7">
<machine id="ibm5150-infocom" class="pc" border="1" width="980px" pos="center" background="#FAEBD7">
<name pos="center">IBM PC Model 5150 (CGA, 64K)</name>
<computer id="infocom-cga-64k" name="IBM PC" resume="1"/>
<cpu id="cpu8088" model="8088"/>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.6/machine.xsl"?>
<machine id="ibm5150" class="pc" border="1" pos="center" background="#FAEBD7">
<machine id="ibm5150-infocom" class="pc" border="1" pos="center" background="#FAEBD7">
<name pos="center">IBM PC Model 5150 (CGA, 64K)</name>
<computer id="infocom-cga-64k" name="IBM PC" resume="1"/>
<ram id="ramLow" addr="0x00000" test="false"/>

View file

@ -1,13 +1,13 @@
---
layout: page
title: "IBM PC (Model 5150) running Zork with Debugger"
title: "IBM PC (Model 5150) running Zork I with Debugger"
permalink: /disks/pc/games/infocom/zork1/debugger/
machines:
- type: pc
id: ibm5150
id: ibm5150-zork1
---
Zork I
---
{% include machine.html id="ibm5150" %}
{% include machine.html id="ibm5150-zork1" %}

View file

@ -1,14 +1,14 @@
---
layout: page
title: "IBM PC (Model 5150) running Zork"
title: "IBM PC (Model 5150) running Zork I"
permalink: /disks/pc/games/infocom/zork1/
machines:
- type: pc
id: ibm5150
id: ibm5150-zork1
config: /disks/pc/games/infocom/machine.xml
---
Zork I
---
{% include machine.html id="ibm5150" %}
{% include machine.html id="ibm5150-zork1" %}

View file

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

View file

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