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.
22 lines
690 B
XML
22 lines
690 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="gjrstar" description="VTech Genius Junior Redstar cartridges">
|
|
|
|
<!-- According to the boxart, this is compatible with: Junior Redstar/Redstar 2/Redstar 3 -->
|
|
<software name="wortspie">
|
|
<description>Wortspiele</description>
|
|
<year>200?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="80-10171" />
|
|
|
|
<part name="rom" interface="genius_rom">
|
|
<dataarea name="rom" size="0x40000">
|
|
<rom name="27-5883-00" size="0x40000" crc="99214bce" sha1="75294fbc411b0b39b3db4727824faf29127675af"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|