Migrated the 'resume' property from a hard-coded computer property to page-configurable machine property
This commit is contained in:
parent
0b803b23f1
commit
69f69f5b46
35 changed files with 64 additions and 42 deletions
|
|
@ -9,8 +9,9 @@ redirect_from:
|
|||
- /devices/pc/machine/5150/cga/64kb/donkey/
|
||||
- /devices/pcx86/machine/5150/cga/64kb/donkey/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-donkey
|
||||
- id: ibm5150-donkey
|
||||
type: pcx86
|
||||
resume: 1
|
||||
config: /devices/pcx86/machine/5150/cga/64kb/machine.xml
|
||||
state: /apps/pcx86/1981/donkey/state.json
|
||||
autoMount:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@ layout: page
|
|||
title: "DONKEY.BAS (1981) with Debugger"
|
||||
permalink: /apps/pcx86/1981/donkey/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-donkey
|
||||
- id: ibm5150-donkey
|
||||
type: pcx86
|
||||
resume: 1
|
||||
config: /devices/pcx86/machine/5150/cga/64kb/debugger/machine.xml
|
||||
state: /apps/pcx86/1981/donkey/state.json
|
||||
autoMount:
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ machines:
|
|||
- type: pcx86
|
||||
id: ibm5150-visicalc
|
||||
config: /devices/pcx86/machine/5150/mda/64kb/machine.xml
|
||||
resume: 1
|
||||
state: /apps/pcx86/1981/visicalc/state.json
|
||||
autoMount:
|
||||
A:
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ machines:
|
|||
- type: pcx86
|
||||
id: ibm5150-adventmath
|
||||
config: /devices/pcx86/machine/5150/cga/64kb/machine.xml
|
||||
resume: 1
|
||||
autoMount:
|
||||
A:
|
||||
path: /disks/pcx86/dos/ibm/1.00/PCDOS100.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue