mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
438a497c37
Get rid of a couple of copies of the CC0 text. Add header comment to CC0 files to remind people editing them what the terms are. Also add some missing XML headers. The header comments in layouts won't bloat the binary - they get stripped out before compressing, same as any other comments.
60 lines
1.8 KiB
XML
60 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
|
|
NOTE: This list is here only to document available dumps and it's not used (yet) by MAME!
|
|
-->
|
|
<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>
|
|
|
|
<!-- http://redump.org/disc/58242/ -->
|
|
<software name="olds" supported="no">
|
|
<description>Oldsmobile (USA)</description>
|
|
<year>199?</year>
|
|
<publisher>GM</publisher>
|
|
<info name="ring_code" value="1601-CD-0030"/>
|
|
<part name="cdrom1" interface="3do_m2_cdrom">
|
|
<feature name="part_id" value="1 of 2"/>
|
|
<diskarea name="cdrom">
|
|
<disk name="oldsmobile (disc 1)" status="nodump" />
|
|
</diskarea>
|
|
</part>
|
|
<part name="cdrom2" interface="3do_m2_cdrom">
|
|
<feature name="part_id" value="2 of 2"/>
|
|
<diskarea name="cdrom">
|
|
<disk name="oldsmobile (disc 2)" sha1="b1f5ad85818ca628c5d7e41d7dd321e69934cf2a" />
|
|
</diskarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- Aftermarket release -->
|
|
|
|
<software name="shootr2d" supported="no">
|
|
<description>Shooter 2D</description>
|
|
<year>2008</year>
|
|
<publisher>Games That Weren't</publisher>
|
|
<part name="cdrom" interface="3do_m2_cdrom">
|
|
<diskarea name="cdrom">
|
|
<disk name="shootr2d" sha1="b53e4186fcb496282584bead5cdaad9fef2293d9" />
|
|
</diskarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|