mirror of
https://github.com/holub/mame
synced 2025-04-09 18:17:44 +03:00
New working software list items
------------------------------- abc1600_hdd: Formatted Micropolis 1325A 69MB, Formatted NEC D5216A 20MB. [Curt Coder]
This commit is contained in:
parent
f4dccdc1c5
commit
bbc252cd19
32
hash/abc1600_hdd.xml
Normal file
32
hash/abc1600_hdd.xml
Normal file
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<!--
|
||||
license:CC0
|
||||
-->
|
||||
<softwarelist name="abc1600_hdd" description="Luxor ABC 1600 hard disks">
|
||||
<software name="micr1325a">
|
||||
<description>Formatted Micropolis 1325A 69MB</description>
|
||||
<year>198?</year>
|
||||
<publisher>unknown</publisher>
|
||||
|
||||
<!-- Micropolis 1325A 69MB -->
|
||||
<part name="hdd" interface="scsi_hdd">
|
||||
<diskarea name="harddriv">
|
||||
<disk name="micr1325a" sha1="683180e8ac8f3b097e9f5c1a6950544e6e65a4d1" writeable="yes" />
|
||||
</diskarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="necd5126a">
|
||||
<description>Formatted NEC D5216A 20MB</description>
|
||||
<year>198?</year>
|
||||
<publisher>unknown</publisher>
|
||||
|
||||
<!-- NEC D5126A 20MB -->
|
||||
<part name="hdd" interface="scsi_hdd">
|
||||
<diskarea name="harddriv">
|
||||
<disk name="necd5126a" sha1="541ffe714517afc29ded60778066b7be5538e08f" writeable="yes" />
|
||||
</diskarea>
|
||||
</part>
|
||||
</software>
|
||||
</softwarelist>
|
@ -1059,6 +1059,7 @@ void abc1600_state::abc1600(machine_config &config)
|
||||
|
||||
// software list
|
||||
SOFTWARE_LIST(config, "flop_list").set_original("abc1600_flop");
|
||||
SOFTWARE_LIST(config, "hdd_list").set_original("abc1600_hdd");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user