Migrated the 'resume' property from a hard-coded computer property to page-configurable machine property

This commit is contained in:
Jeff Parsons 2017-06-23 14:53:55 -07:00 committed by Jeff Parsons
commit 69f69f5b46
35 changed files with 64 additions and 42 deletions

View file

@ -3,8 +3,9 @@ layout: page
title: PC-SIG Library 8th Edition CD-ROM (April 1990)
permalink: /disks/pcx86/shareware/pcsig08/
machines:
- type: pcx86
id: ibm5150-pcsig08
- id: ibm5150-pcsig08
type: pcx86
resume: 1
config: /disks/pcx86/shareware/pcsig08/machine.xml
autoMount:
A:

View file

@ -2,7 +2,7 @@
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.1/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), CGA, 256K</name>
<computer id="pc-cga-256k" name="IBM PC" resume="1"/>
<computer id="pc-cga-256k" name="IBM PC"/>
<cpu id="cpu8088" model="8088"/>
<ram id="ramLow" addr="0x00000" test="false" comment="no memory test"/>
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pcx86/rom/5150/basic/BASIC100.json"/>