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.
75 lines
2.5 KiB
XML
75 lines
2.5 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="glcolor" description="VTech Genius Leader Color cartridges">
|
|
|
|
<!-- According to the boxart, this is compatible with: Leader Color -->
|
|
<software name="fling">
|
|
<description>Fling - Die Buchstaben-Schleuder</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="80-2095" />
|
|
|
|
<part name="rom" interface="genius_cart">
|
|
<dataarea name="rom" size="0x40000">
|
|
<rom name="27-5581-00" size="0x40000" crc="5288ce4b" sha1="1b0ed6df8e589a48579508b2df4bf1475d08aedb"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- According to the boxart, this is compatible with: Leader Color/Super Color/Magic Color -->
|
|
<software name="carlchen">
|
|
<description>Carlchen Clever - Wort- und Zahlenlabyrinth</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="80-2096" />
|
|
|
|
<part name="rom" interface="genius_cart">
|
|
<dataarea name="rom" size="0x40000">
|
|
<rom name="27-5502-00" size="0x40000" crc="8ccf640b" sha1="0f327ad08f79c00dbd1865084f55f205d8da27de"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- According to the boxart, this is compatible with: Master Mega Color -->
|
|
<software name="zahlenkn">
|
|
<description>Zahlenknacker</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="80-15772" />
|
|
|
|
<part name="rom" interface="genius_cart">
|
|
<dataarea name="rom" size="0x40000">
|
|
<rom name="27-5500-00" size="0x40000" crc="7f4c1f2d" sha1="f275dc590927137d51576aae398bcb395d79f6c3"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- According to the boxart, this is compatible with: Master Mega Color -->
|
|
<software name="tatortum">
|
|
<description>Tatort Umwelt</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="80-15773" />
|
|
|
|
<part name="rom" interface="genius_cart">
|
|
<dataarea name="rom" size="0x40000">
|
|
<rom name="27-5498-00" size="0x40000" crc="8d811939" sha1="3b1aacfbebc84598daaae1d06c103ee3e1bd6db6"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- According to the boxart, this is compatible with: Leader Color/Super Color -->
|
|
<software name="spiellrn">
|
|
<description>Spiel-und Lernspaß</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<part name="rom" interface="genius_cart">
|
|
<dataarea name="rom" size="1">
|
|
<!-- cartridge contains only a jumper wire -->
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
</softwarelist>
|