Assigned more machines with saved state unique IDs

This commit is contained in:
Jeff Parsons 2017-06-22 19:46:43 -07:00 committed by Jeff Parsons
commit 115f3eb9bf
20 changed files with 33 additions and 33 deletions

View file

@ -10,7 +10,7 @@ redirect_from:
- /devices/pcx86/machine/5150/cga/64kb/donkey/
machines:
- type: pcx86
id: ibm5150
id: ibm5150-donkey
config: /devices/pcx86/machine/5150/cga/64kb/machine.xml
state: /apps/pcx86/1981/donkey/state.json
autoMount:
@ -23,7 +23,7 @@ machines:
IBM PC Running DONKEY.BAS
-------------------------
{% include machine.html id="ibm5150" %}
{% include machine.html id="ibm5150-donkey" %}
The above simulation is configured for a clock speed of 4.77Mhz, with 64Kb of RAM and a CGA display,
using the original IBM PC Model 5150 ROM BIOS and CGA font ROM. This configuration also includes a

View file

@ -4,7 +4,7 @@ title: "DONKEY.BAS (1981) with Debugger"
permalink: /apps/pcx86/1981/donkey/debugger/
machines:
- type: pcx86
id: ibm5150
id: ibm5150-donkey
config: /devices/pcx86/machine/5150/cga/64kb/debugger/machine.xml
state: /apps/pcx86/1981/donkey/state.json
autoMount:
@ -17,7 +17,7 @@ machines:
IBM PC Running DONKEY.BAS (with Debugger)
-----------------------------------------
{% include machine.html id="ibm5150" %}
{% include machine.html id="ibm5150-donkey" %}
The above simulation is configured for a clock speed of 4.77Mhz, with 64Kb of RAM and a CGA display,
using the original IBM PC Model 5150 ROM BIOS and CGA font ROM. This configuration also includes a

File diff suppressed because one or more lines are too long

View file

@ -5,6 +5,6 @@ permalink: /apps/pcx86/1982/
---
IBM PC Applications (1982)
---
--------------------------
* [Executive Suite (1982)](esuite/)

View file

@ -4,7 +4,7 @@ title: "Executive Suite (1982)"
permalink: /apps/pcx86/1982/esuite/
machines:
- type: pcx86
id: ibm5160
id: ibm5160-esuite
config: /devices/pcx86/machine/5160/mda/256kb/fake188/machine.xml
state: /apps/pcx86/1982/esuite/state.json
---
@ -12,4 +12,4 @@ machines:
Executive Suite (1982)
----------------------
{% include machine.html id="ibm5160" %}
{% include machine.html id="ibm5160-esuite" %}

File diff suppressed because one or more lines are too long

View file

@ -5,6 +5,6 @@ permalink: /apps/pcx86/1983/
---
IBM PC Applications (1983)
---
--------------------------
* [Adventures in Math (1983)](adventmath/)

View file

@ -4,7 +4,7 @@ title: "Adventures in Math (1983)"
permalink: /apps/pcx86/1983/adventmath/
machines:
- type: pcx86
id: ibm5150
id: ibm5150-adventmath
config: /devices/pcx86/machine/5150/cga/64kb/machine.xml
autoMount:
A:
@ -17,7 +17,7 @@ machines:
Adventures in Math (1983)
-------------------------
{% include machine.html id="ibm5150" %}
{% include machine.html id="ibm5150-adventmath" %}
The files for this game were obtained from the [Internet Archive](https://archive.org/details/msdos_Adventures_in_Math_1983).
The contents of their ZIP archive contained:

View file

@ -4,12 +4,12 @@ title: "Rogue (1985)"
permalink: /apps/pcx86/1985/rogue/
machines:
- type: pcx86
id: ibm5160
id: ibm5160-rogue
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
state: /apps/pcx86/1985/rogue/state.json
---
Rogue (1985)
---
------------
{% include machine.html id="ibm5160" %}
{% include machine.html id="ibm5160-rogue" %}

File diff suppressed because one or more lines are too long

View file

@ -4,12 +4,12 @@ title: "ThinkTank (1987)"
permalink: /apps/pcx86/1987/thinktank/
machines:
- type: pcx86
id: ibm5160
id: ibm5160-thinktank
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
state: /apps/pcx86/1987/thinktank/state.json
---
ThinkTank (1987)
---
----------------
{% include machine.html id="ibm5160" %}
{% include machine.html id="ibm5160-thinktank" %}

File diff suppressed because one or more lines are too long

View file

@ -5,4 +5,4 @@ permalink: /apps/pcx86/1988/moria/
---
The Dungeons of Moria (1988)
---
----------------------------

View file

@ -4,12 +4,12 @@ title: "The Dungeons of Moria (1992)"
permalink: /apps/pcx86/1992/moria/
machines:
- type: pcx86
id: ibm5160
id: ibm5160-moria55
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
state: /apps/pcx86/1992/moria/state.json
---
The Dungeons of Moria (1992)
---
----------------------------
{% include machine.html id="ibm5160" %}
{% include machine.html id="ibm5160-moria55" %}

File diff suppressed because one or more lines are too long