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.
29 lines
1,017 B
XML
29 lines
1,017 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="misterx" description="Yeno MisterX cartridges">
|
|
<software name="ftrivia">
|
|
<description>Fantasie-Trivia</description>
|
|
<year>1989</year>
|
|
<publisher>Video Technology / Yeno</publisher>
|
|
<part name="cart" interface="genius_cart">
|
|
<dataarea name="rom" size="0x20000">
|
|
<rom name="27-5041-00-0.bin" size="0x10000" crc="cf68c0ec" sha1="d582f454195a416e4bcc235558af0311b543aab0" offset="0" />
|
|
<rom size="0x10000" offset="0" loadflag="continue"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="allgeme2">
|
|
<description>Allgemeinwissen II</description>
|
|
<year>1989</year>
|
|
<publisher>Video Technology / Yeno</publisher>
|
|
<part name="cart" interface="genius_cart">
|
|
<dataarea name="rom" size="0x20000">
|
|
<rom name="27-5041-00-0.bin" size="0x20000" crc="cf68c0ec" sha1="d582f454195a416e4bcc235558af0311b543aab0" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
</softwarelist>
|