Added "Save HD" buttons to selected 5160 configs (ie, with CGAs and empty 10Mb hard drives) -- see how EASY it is?
This commit is contained in:
parent
217c0c0f49
commit
464656699b
3 changed files with 7 additions and 3 deletions
|
|
@ -13,11 +13,13 @@
|
||||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-minimal.xml"/>
|
<keyboard ref="/devices/pc/keyboard/us83-buttons-minimal.xml"/>
|
||||||
<debugger id="debugger"/>
|
<debugger id="debugger"/>
|
||||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||||
|
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3}]'>
|
||||||
|
<control type="button" binding="saveHD0">Save HD</control>
|
||||||
|
</hdc>
|
||||||
<chipset id="chipset" model="5160" sw1="01001001" pos="left" padleft="8px" padbottom="8px">
|
<chipset id="chipset" model="5160" sw1="01001001" pos="left" padleft="8px" padbottom="8px">
|
||||||
<control type="switches" label="SW1" binding="sw1" left="0px"/>
|
<control type="switches" label="SW1" binding="sw1" left="0px"/>
|
||||||
<control type="description" binding="swdesc" left="0px"/>
|
<control type="description" binding="swdesc" left="0px"/>
|
||||||
</chipset>
|
</chipset>
|
||||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3}]'/>
|
|
||||||
<serial id="com1" adapter="1" binding="print"/>
|
<serial id="com1" adapter="1" binding="print"/>
|
||||||
<serial id="com2" adapter="2"/>
|
<serial id="com2" adapter="2"/>
|
||||||
<mouse serial="com2"/>
|
<mouse serial="com2"/>
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,9 @@
|
||||||
<control type="button" binding="reset">Reset</control>
|
<control type="button" binding="reset">Reset</control>
|
||||||
</cpu>
|
</cpu>
|
||||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-minimal.xml"/>
|
<keyboard ref="/devices/pc/keyboard/us83-buttons-minimal.xml"/>
|
||||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3}]'/>
|
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3}]'>
|
||||||
|
<control type="button" binding="saveHD0">Save HD</control>
|
||||||
|
</hdc>
|
||||||
<chipset id="chipset" model="5160" sw1="01001001"/>
|
<chipset id="chipset" model="5160" sw1="01001001"/>
|
||||||
<serial id="com1" adapter="1"/>
|
<serial id="com1" adapter="1"/>
|
||||||
<serial id="com2" adapter="2"/>
|
<serial id="com2" adapter="2"/>
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ As hinted above, some newer Model 5150 machines with the **Oct 27, 1982** BIOS i
|
||||||
some even *newer* 5150 machines had a BIOS with a "1982" copyright year instead of "1981", which also changed the checksum
|
some even *newer* 5150 machines had a BIOS with a "1982" copyright year instead of "1981", which also changed the checksum
|
||||||
byte from 0x78 to 0x77. However, the project includes only the original "1981" version, since the difference was trivial.
|
byte from 0x78 to 0x77. However, the project includes only the original "1981" version, since the difference was trivial.
|
||||||
|
|
||||||
In general, IBM BASIC ROM images are 32Kb and IBM BIOS ROM images are 8Kb, and together they provided 40Kb of contiguous
|
In general, IBM BASIC ROM images are 32Kb and IBM BIOS ROM images are 8Kb, and together they provide 40Kb of contiguous
|
||||||
read-only memory, with the BASIC ROM spanning physical addresses 0xF6000-0xFDFFF and the BIOS ROM spanning addresses
|
read-only memory, with the BASIC ROM spanning physical addresses 0xF6000-0xFDFFF and the BIOS ROM spanning addresses
|
||||||
0xFE000-0xFFFFF.
|
0xFE000-0xFFFFF.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue