mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
26 lines
767 B
XML
26 lines
767 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
NOTE: This list is here only to document available dumps and it's not used (yet) by MESS!
|
|
-->
|
|
<softwarelist name="3do_m2" description="3DO M2 CD-ROMs">
|
|
|
|
<!-- Prototype disks -->
|
|
|
|
<software name="imsarcng" supported="no">
|
|
<!-- Original image
|
|
<rom name="imsa racing.iso" size="671399936" crc="96e9befa"/>
|
|
<rom name="imsa racing.cue" size="77" crc="590c368f"/>
|
|
-->
|
|
<description>IMSA Racing (Unreleased)</description>
|
|
<year>199?</year>
|
|
<publisher>3DO</publisher>
|
|
<part name="cdrom" interface="3do_m2_cdrom">
|
|
<diskarea name="cdrom">
|
|
<disk name="imsa racing" sha1="533f8ed17f684b2798c9fae5d7e834a7d4d81147" />
|
|
</diskarea>
|
|
</part>
|
|
</software>
|
|
|
|
|
|
</softwarelist>
|