mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
pc1512: Added a software list for hard disks, and a preinstalled HD20 image to it. [Curt Coder]
This commit is contained in:
parent
2c0156d0c5
commit
c6ecc22997
3 changed files with 19 additions and 1 deletions
17
hash/pc1512_hdd.xml
Normal file
17
hash/pc1512_hdd.xml
Normal 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>
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue