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.
78 lines
2.6 KiB
XML
78 lines
2.6 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
|
|
<softwarelist name="msx2_cass" description="MSX2 cassettes">
|
|
|
|
<!--
|
|
|
|
Undumped tapes:
|
|
The Games Collection (currently it is possible to find only split .cas files with single games, proper dump is needed!)
|
|
|
|
To verify:
|
|
Laydock (Jpn) might be using Disk+Tape
|
|
-->
|
|
|
|
<software name="chess2">
|
|
<description>The Chess Game 2 (Euro)</description>
|
|
<year>1986</year>
|
|
<publisher>Eaglesoft</publisher>
|
|
<info name="usage" value="Load with RUN"CAS:""/>
|
|
|
|
<part name="cass1" interface="msx_cass">
|
|
<dataarea name="cass" size="63296">
|
|
<rom name="chess game 2, the (1986)(eaglesoft)(nl)[run'cas-'].cas" size="63296" crc="58523f94" sha1="b8a706f228c2f7baee88f67ea7b68fb26e50f5b2"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="leonardo">
|
|
<description>Leonardo (Jpn)</description>
|
|
<year>1987</year>
|
|
<publisher>Omega System</publisher>
|
|
<info name="alt_title" value="レオナルド" />
|
|
<info name="usage" value="Load with CLOAD + RUN"/>
|
|
|
|
<part name="cass1" interface="msx_cass">
|
|
<dataarea name="cass" size="21494">
|
|
<rom name="leonardo (1987)(omega system)(jp)[cload + run].cas" size="21494" crc="5383ba81" sha1="658031b8578ecd3f95e648fc2d527be05de3ed40"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="redlight">
|
|
<description>Red Lights of Amsterdam (Euro)</description>
|
|
<year>1986</year>
|
|
<publisher>Eaglesoft</publisher>
|
|
<info name="usage" value="Load with RUN"CAS:""/>
|
|
|
|
<part name="cass1" interface="msx_cass">
|
|
<dataarea name="cass" size="172263">
|
|
<rom name="red lights of amsterdam (1986)(eaglesoft)(nl)[run'cas-'].cas" size="172263" crc="443d80f9" sha1="b8323adf0b5c9d05223f3c587d52d94b933c00f6"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="redlighta" cloneof="redlight">
|
|
<description>Red Lights of Amsterdam (Euro, 2 Sides)</description>
|
|
<year>1986</year>
|
|
<publisher>Eaglesoft</publisher>
|
|
<info name="usage" value="Load with RUN"CAS:""/>
|
|
|
|
<part name="cass1" interface="msx_cass">
|
|
<feature name="part_id" value="Side A"/>
|
|
<dataarea name="cass" size="52193">
|
|
<rom name="red lights of amsterdam (1986)(eaglesoft)(nl)(side a)[run'cas-'].cas" size="52193" crc="fced9743" sha1="eeb226eab09670fd11f3d797ce667a11133cfd7c"/>
|
|
</dataarea>
|
|
</part>
|
|
<part name="cass2" interface="msx_cass">
|
|
<feature name="part_id" value="Side B"/>
|
|
<dataarea name="cass" size="120071">
|
|
<rom name="red lights of amsterdam (1986)(eaglesoft)(nl)(side b)[run'cas-'].cas" size="120071" crc="e3bd39b3" sha1="bb8b304ff3f8a527648fb765da2ff9284f5c9f4c"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|