pc1512: Added a software list for hard disks, and a preinstalled HD20 image to it. [Curt Coder]

This commit is contained in:
Curt Coder 2016-09-05 17:35:44 +03:00
parent 2c0156d0c5
commit c6ecc22997
3 changed files with 19 additions and 1 deletions

17
hash/pc1512_hdd.xml Normal file
View file

@ -0,0 +1,17 @@
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<softwarelist name="pc1512_hdd" description="Amstrad PC1512 hard disks">
<software name="hd20">
<description>Amstrad PC1512 HD20</description>
<year>1986</year>
<publisher>Amstrad</publisher>
<part name="hdd" interface="scsi_hdd">
<diskarea name="harddriv">
<disk name="hd20" sha1="f341f9ef8f6a47fd66b6977cacaa93e155c699aa" writeable="yes" />
</diskarea>
</part>
</software>
</softwarelist>

View file

@ -1318,7 +1318,8 @@ static MACHINE_CONFIG_START( pc1512, pc1512_state )
MCFG_RAM_EXTRA_OPTIONS("544K,576K,608K,640K")
// software list
MCFG_SOFTWARE_LIST_ADD("flop_list", "pc1512")
MCFG_SOFTWARE_LIST_ADD("flop_list", "pc1512_flop")
MCFG_SOFTWARE_LIST_ADD("hdd_list", "pc1512_hdd")
MACHINE_CONFIG_END