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