(MESS) mbc200: Added floppy software list. [Dave Dunfield, Chuck(G)]

This commit is contained in:
Curt Coder 2014-05-17 19:45:47 +00:00
parent c91e2c7423
commit e377bb47ee
3 changed files with 33 additions and 0 deletions

1
.gitattributes vendored
View File

@ -156,6 +156,7 @@ hash/m20.xml svneol=native#text/xml
hash/m5.xml svneol=native#text/xml
hash/mac_flop.xml svneol=native#text/xml
hash/mac_hdd.xml svneol=native#text/xml
hash/mbc200.xml svneol=native#text/plain
hash/mbc55x.xml svneol=native#text/xml
hash/mc1502_flop.xml svneol=native#text/xml
hash/megacd.xml svneol=native#text/xml

29
hash/mbc200.xml Normal file
View File

@ -0,0 +1,29 @@
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<softwarelist name="vixen" description="Sanyo MBC-200/MBC-1200 diskettes">
<software name="boot">
<description>Boot disk</description>
<year>198?</year>
<publisher>Sanyo</publisher>
<part name="flop1" interface="floppy_5_25">
<dataarea name="flop" size="176855">
<rom name="mbc1200.imd" size="176855" crc="33bdf336" sha1="f908e66f3fe6896e9ba066893a6efe577327cf0a" offset="0" />
</dataarea>
</part>
</software>
<software name="boota" cloneof="boot">
<description>Boot disk (Alt)</description>
<year>198?</year>
<publisher>Sanyo</publisher>
<part name="flop1" interface="floppy_5_25">
<dataarea name="flop" size="176855">
<rom name="sanyo12.imd" size="176855" crc="073d0deb" sha1="d44df2692025e068daba1d250d00e996e452b132" offset="0" />
</dataarea>
</part>
</software>
</softwarelist>

View File

@ -236,6 +236,9 @@ static MACHINE_CONFIG_START( mbc200, mbc200_state )
MCFG_WD17XX_DEFAULT_DRIVE2_TAGS
MCFG_LEGACY_FLOPPY_2_DRIVES_ADD(mbc200_floppy_interface)
/* software lists */
MCFG_SOFTWARE_LIST_ADD("flop_list", "mbc200")
MACHINE_CONFIG_END
/* ROM definition */