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
|
|
@ -3,8 +3,9 @@ layout: page
|
|||
title: "IBM PC (Model 5150) running CP/M-86 v1.1B"
|
||||
permalink: /disks/pcx86/cpm/1.1b/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
resume: 1
|
||||
---
|
||||
|
||||
CP/M-86 1.1B
|
||||
|
|
|
|||
|
|
@ -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) running CP/M-86</name>
|
||||
<computer id="cpm-mda-64k" name="IBM PC" resume="1"/>
|
||||
<computer id="cpm-mda-64k" name="IBM PC"/>
|
||||
<ram id="ramLow" addr="0x00000"/>
|
||||
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pcx86/rom/5150/basic/BASIC100.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pcx86/rom/5150/1981-04-24/PCBIOS-REV1.json"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue