mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
(MESS) pet_hdd.xml: Added hard disk software list with preformatted images for the Commodore D9060 and D9090 hard drives. [Curt Coder]
This commit is contained in:
parent
5237188ce7
commit
753c64008d
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -210,6 +210,7 @@ hash/pecom_cass.xml svneol=native#text/xml
|
|||||||
hash/pentagon_cass.xml svneol=native#text/xml
|
hash/pentagon_cass.xml svneol=native#text/xml
|
||||||
hash/pet_cass.xml svneol=native#text/xml
|
hash/pet_cass.xml svneol=native#text/xml
|
||||||
hash/pet_flop.xml svneol=native#text/xml
|
hash/pet_flop.xml svneol=native#text/xml
|
||||||
|
hash/pet_hdd.xml svneol=native#text/xml
|
||||||
hash/pet_rom.xml svneol=native#text/xml
|
hash/pet_rom.xml svneol=native#text/xml
|
||||||
hash/pico.xml svneol=native#text/xml
|
hash/pico.xml svneol=native#text/xml
|
||||||
hash/pippin.xml svneol=native#text/xml
|
hash/pippin.xml svneol=native#text/xml
|
||||||
|
31
hash/pet_hdd.xml
Normal file
31
hash/pet_hdd.xml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||||
|
<softwarelist name="pet_hdd" description="Commodore PET hard disks">
|
||||||
|
|
||||||
|
<software name="d9060">
|
||||||
|
<description>Commodore D9060</description>
|
||||||
|
<year>1983</year>
|
||||||
|
<publisher>Commodore</publisher>
|
||||||
|
|
||||||
|
<!-- Tandon TM602S -->
|
||||||
|
<part name="hdd" interface="scsi_hdd">
|
||||||
|
<diskarea name="harddriv">
|
||||||
|
<disk name="tm602s" sha1="9125cb84213ffbeafaa2868b79ffcda5a29fad7a" writeable="yes" />
|
||||||
|
</diskarea>
|
||||||
|
</part>
|
||||||
|
</software>
|
||||||
|
|
||||||
|
<software name="d9090">
|
||||||
|
<description>Commodore D9090</description>
|
||||||
|
<year>1983</year>
|
||||||
|
<publisher>Commodore</publisher>
|
||||||
|
|
||||||
|
<!-- Tandon TM603S -->
|
||||||
|
<part name="hdd" interface="scsi_hdd">
|
||||||
|
<diskarea name="harddriv">
|
||||||
|
<disk name="tm603s" sha1="6ef9e04bd7e6a128d07a75ce4fd0af9258bd2e9f" writeable="yes" />
|
||||||
|
</diskarea>
|
||||||
|
</part>
|
||||||
|
</software>
|
||||||
|
|
||||||
|
</softwarelist>
|
@ -1480,6 +1480,7 @@ static MACHINE_CONFIG_START( pet, pet_state )
|
|||||||
// software lists
|
// software lists
|
||||||
MCFG_SOFTWARE_LIST_ADD("cass_list", "pet_cass")
|
MCFG_SOFTWARE_LIST_ADD("cass_list", "pet_cass")
|
||||||
MCFG_SOFTWARE_LIST_ADD("flop_list", "pet_flop")
|
MCFG_SOFTWARE_LIST_ADD("flop_list", "pet_flop")
|
||||||
|
MCFG_SOFTWARE_LIST_ADD("hdd_list", "pet_hdd")
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
|
|
||||||
@ -1767,6 +1768,7 @@ static MACHINE_CONFIG_START( pet80, pet80_state )
|
|||||||
// software lists
|
// software lists
|
||||||
MCFG_SOFTWARE_LIST_ADD("cass_list", "pet_cass")
|
MCFG_SOFTWARE_LIST_ADD("cass_list", "pet_cass")
|
||||||
MCFG_SOFTWARE_LIST_ADD("flop_list", "pet_flop")
|
MCFG_SOFTWARE_LIST_ADD("flop_list", "pet_flop")
|
||||||
|
MCFG_SOFTWARE_LIST_ADD("hdd_list", "pet_hdd")
|
||||||
MCFG_SOFTWARE_LIST_ADD("rom_list", "pet_rom")
|
MCFG_SOFTWARE_LIST_ADD("rom_list", "pet_rom")
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user