mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
24 lines
731 B
XML
24 lines
731 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
|
|
<!-- to boot disks type 'BOOT' and press return
|
|
alternatively press numpad 9 which seems to do the same thing
|
|
-->
|
|
|
|
<softwarelist name="samcoupe_flop" description="Sam Coupe Floppy Disks">
|
|
|
|
<software name="manic">
|
|
<description>Manic Miner (2 Level Demo)</description>
|
|
<year>1991</year>
|
|
<publisher>Revelation Software / Software Projects</publisher>
|
|
<part name="flop1" interface="floppy_3_5">
|
|
<dataarea name="flop" size="819200">
|
|
<rom name="manic miner (1992) (revelation software) (demo).dsk" size="819200" crc="02708a54" sha1="a2d5634f5e64960db21eed38c1cef79bd2e13e7a" offset="0"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
</softwarelist>
|
|
|
|
|
|
|
|
|