mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00

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.
50 lines
1.6 KiB
XML
50 lines
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="iq128" description="VTech Genius IQ 128 cartridges">
|
|
|
|
<!-- According to the boxart, this is compatible with: IQ 128 -->
|
|
<!-- if used with the French version produce same result of 'Cartouche I' -->
|
|
<software name="fitnatur">
|
|
<description>Fit in Naturwissenschaften</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="80-13375" />
|
|
<part name="rom" interface="iq128_cart">
|
|
<feature name="pcb_type" value="romless1" />
|
|
<dataarea name="rom" size="1">
|
|
<!-- cartridge contains only a jumper wire -->
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- the existence of this cartridge is not yet confirmed -->
|
|
<!-- if used with the German version produce same result of 'Fit in Naturwissenschaften' -->
|
|
<software name="cart1">
|
|
<description>Cartouche I</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<part name="rom" interface="iq128_cart">
|
|
<feature name="pcb_type" value="romless1" />
|
|
<dataarea name="rom" size="1">
|
|
<!-- cartridge should contains only a jumper wire -->
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- the existence of this cartridge is not yet confirmed -->
|
|
<software name="cart2">
|
|
<description>Cartouche II</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<part name="rom" interface="iq128_cart">
|
|
<feature name="pcb_type" value="romless2" />
|
|
<dataarea name="rom" size="1">
|
|
<!-- cartridge should contains only a jumper wire -->
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
</softwarelist>
|