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.
21 lines
756 B
XML
21 lines
756 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="gjmovie" description="VTech Genius Junior Movie cartridges">
|
|
|
|
<!-- According to the boxart, this is compatible with: Junior Movie/Leader Movie
|
|
A (later) sticker says compatibility extends to Leader Action -->
|
|
<software name="wuz" supported="no">
|
|
<description>Wort-und Zahlenspaß</description>
|
|
<year>1993</year>
|
|
<publisher>VTech</publisher>
|
|
<info name="serial" value="80-1883" />
|
|
<part name="rom" interface="genius_cart">
|
|
<dataarea name="rom" size="0x40000">
|
|
<rom name="27-5364-00.u6" size="0x40000" crc="203f0461" sha1="dfc8bb341f703c5f018a7222c24d4a2195316387"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
</softwarelist>
|