mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00

* Add MIDI floppy softlist * IMG raw sector dump misses something in the data somewhere, so use IMD instead (which decodes fine) * Missed file name * Add midi softlist to a couple of IBM PCs
17 lines
654 B
XML
17 lines
654 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<softwarelist name="midi_flop" description="Standard MIDI floppy disks">
|
|
|
|
<software name="dansband3">
|
|
<description>Dansbandshits nr 3 (Sweden)</description>
|
|
<year>1996</year>
|
|
<publisher>Melo-Disc</publisher> <!-- Distributed by Roland Scandinavia -->
|
|
<part name="flop1" interface="floppy_3_5">
|
|
<dataarea name="flop" size="329738">
|
|
<rom name="dansbandshits nr 3.imd" size="329738" crc="5a8ec4b1" sha1="b9894ef4d15457c7f77234fb383afa55603a0dd5"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|