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
|
|
@ -6,9 +6,10 @@ redirect_from:
|
|||
- /configs/pc/machines/5160/cga/256kb/win101/debugger/
|
||||
- /devices/pcx86/machine/5160/cga/256kb/win101/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160-cga-win101
|
||||
- id: ibm5160-cga-win101
|
||||
type: pcx86
|
||||
debugger: true
|
||||
resume: 1
|
||||
state: /disks/pcx86/windows/1.01/cga/state.json
|
||||
config: /devices/pcx86/machine/5160/cga/256kb/debugger/machine.xml
|
||||
drives: '[{name:"10Mb Hard Disk",type:3,path:"/disks/pcx86/fixed/10mb/PCDOS200-WIN101-CGA.json"}]'
|
||||
|
|
|
|||
Loading…
Reference in a new issue