mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
(MESS) Put the proper PC DOSes in place. (nw)
This commit is contained in:
parent
14581e1664
commit
fda699e4e5
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -119,6 +119,7 @@ hash/hx20_flop.xml svneol=native#text/xml
|
||||
hash/ibm5140.xml svneol=native#text/xml
|
||||
hash/ibm5150.xml svneol=native#text/xml
|
||||
hash/ibm5150_cass.xml svneol=native#text/xml
|
||||
hash/ibm5160_flop.xml svneol=native#text/xml
|
||||
hash/ibm5170.xml svneol=native#text/xml
|
||||
hash/ibm5170_cdrom.xml svneol=native#text/xml
|
||||
hash/ibmpcjr_cart.xml svneol=native#text/xml
|
||||
|
@ -63,7 +63,30 @@ Known PC Booter Games Not Dumped, Or Dumped and Lost when Demonlord's Site went
|
||||
- Word Spinner
|
||||
|
||||
-->
|
||||
<softwarelist name="ibm5150" description="IBM PC/XT disk images">
|
||||
<softwarelist name="ibm5150" description="IBM PC disk images">
|
||||
|
||||
<!-- Operating Systems -->
|
||||
<software name="pcdos10">
|
||||
<description>PC DOS 1.0</description>
|
||||
<year>1981</year>
|
||||
<publisher>IBM</publisher>
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="163840">
|
||||
<rom name="pcdos100.img" size="163840" crc="2df1c1c8" sha1="7d3e3a807ad2144315b3c3b90751ff691d3895db" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="pcdos110">
|
||||
<description>PC DOS 1.10</description>
|
||||
<year>1982</year>
|
||||
<publisher>IBM</publisher>
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="163840">
|
||||
<rom name="ibmdos11.img" size="163840" crc="ddfe9550" sha1="437bec5be7d28cc2248d5477f38a07545816e49a" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<!-- Booter Games -->
|
||||
<software name="3ktrivia">
|
||||
|
17
hash/ibm5160_flop.xml
Normal file
17
hash/ibm5160_flop.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<softwarelist name="ibm5160_flop" description="IBM PC/XT disk images">
|
||||
|
||||
<!-- Operating Systems -->
|
||||
<software name="pcdos20">
|
||||
<description>PC DOS 2.0</description>
|
||||
<year>1983</year>
|
||||
<publisher>IBM</publisher>
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="368640">
|
||||
<rom name="disk1.img" size="368640" crc="d0fb7d31" sha1="cbee7f6109fb0ed8a94de1893fc47ab066de36d3" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
1467
hash/ibm5170.xml
1467
hash/ibm5170.xml
File diff suppressed because it is too large
Load Diff
@ -6,13 +6,18 @@
|
||||
<softwarelist name="ibmpcjr_flop" description="IBM PCjr disk images">
|
||||
|
||||
<!-- OS -->
|
||||
<software name="dos2">
|
||||
<description>IBM PC-DOS Version 2.00</description>
|
||||
<software name="pcdos21">
|
||||
<description>PC DOS 2.1</description>
|
||||
<year>1983</year>
|
||||
<publisher>IBM</publisher>
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="368640">
|
||||
<rom name="dos2.ima" size="368640" crc="d0fb7d31" sha1="cbee7f6109fb0ed8a94de1893fc47ab066de36d3" offset="0x00000" />
|
||||
<dataarea name="flop" size="184320">
|
||||
<rom name="disk1.img" size="184320" crc="6a568d95" sha1="db165cb9bf2b2abbf5fa826dfe3a8f9819ce7ea5" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
<part name="flop2" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="184320">
|
||||
<rom name="disk2.img" size="184320" crc="d5f74e98" sha1="2bfda7185e769ceb5594cfae01c503eaac8449df" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
@ -369,7 +369,9 @@ static MACHINE_CONFIG_START( ibm5170, at_state )
|
||||
MCFG_PC_KBDC_SLOT_ADD("pc_kbdc", "kbd", pc_at_keyboards, STR_KBD_IBM_PC_AT_84)
|
||||
|
||||
/* software lists */
|
||||
MCFG_SOFTWARE_LIST_ADD("disk_list","ibm5170")
|
||||
MCFG_SOFTWARE_LIST_ADD("pc_disk_list","ibm5150")
|
||||
MCFG_SOFTWARE_LIST_ADD("xt_disk_list","ibm5160_flop")
|
||||
MCFG_SOFTWARE_LIST_ADD("at_disk_list","ibm5170")
|
||||
|
||||
/* internal ram */
|
||||
MCFG_RAM_ADD(RAM_TAG)
|
||||
|
@ -356,6 +356,10 @@ static MACHINE_CONFIG_START( ibm5160, ibmpc_state )
|
||||
/* internal ram */
|
||||
MCFG_RAM_ADD(RAM_TAG)
|
||||
MCFG_RAM_DEFAULT_SIZE("640K")
|
||||
|
||||
/* software lists */
|
||||
MCFG_SOFTWARE_LIST_ADD("pc_disk_list","ibm5150")
|
||||
MCFG_SOFTWARE_LIST_ADD("xt_disk_list","ibm5160_flop")
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user