mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
(MESS) bml3: added software list for floppy disks. [Anna Wu]
This commit is contained in:
parent
276df52c7c
commit
5363a89597
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -60,6 +60,7 @@ hash/bbcbc.xml svneol=native#text/xml
|
||||
hash/bbcm_cart.xml svneol=native#text/xml
|
||||
hash/bbcm_cass.xml svneol=native#text/xml
|
||||
hash/bk0010.xml svneol=native#text/xml
|
||||
hash/bml3_flop.xml svneol=native#text/xml
|
||||
hash/bw12.xml svneol=native#text/xml
|
||||
hash/bw2.xml svneol=native#text/xml
|
||||
hash/bx256hp_flop.xml svneol=native#text/xml
|
||||
|
39
hash/bml3_flop.xml
Normal file
39
hash/bml3_flop.xml
Normal file
@ -0,0 +1,39 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<softwarelist name="bml3_flop" description="Hitachi Basic Master Level 3 disk images">
|
||||
|
||||
<software name="hiwriter">
|
||||
<description>HI-Writer 1.5</description>
|
||||
<year>19??</year>
|
||||
<publisher>Hisoft Pty. Ltd.</publisher>
|
||||
<part name="disk" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="346800">
|
||||
<rom name="hiwriter.d88" size="346800" crc="637f3b94" sha1="0bf7fdb528e03aa2409f386e63e257f5aa013c8f" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="hidata">
|
||||
<description>HI-Writer Data</description>
|
||||
<year>19??</year>
|
||||
<publisher><unknown></publisher>
|
||||
<part name="disk" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="185008">
|
||||
<rom name="hidata.d88" size="185008" crc="bc610e83" sha1="162432ff9be34a87f20a02664c0aa1f8e0cb674b" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="tetris">
|
||||
<description>Tetris</description>
|
||||
<year>1991</year>
|
||||
<publisher><homebrew></publisher>
|
||||
<info name="programmer" value="Jonathan Edwards" />
|
||||
<part name="disk" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="346800">
|
||||
<rom name="tetris.d88" size="346800" crc="f19034fc" sha1="de8385deac89f149837d76d920113c9010182def" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
@ -1101,6 +1101,8 @@ static MACHINE_CONFIG_START( bml3_common, bml3_state )
|
||||
MCFG_SOUND_ADD("beeper", BEEP, 0)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS,"mono",0.50)
|
||||
|
||||
MCFG_SOFTWARE_LIST_ADD("disk_list","bml3_flop")
|
||||
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
static MACHINE_CONFIG_DERIVED( bml3, bml3_common )
|
||||
|
Loading…
Reference in New Issue
Block a user