mame/hash/iq128.xml
Vas Crabb 438a497c37 (nw) More license shuffling
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.
2020-03-07 22:02:56 +11:00

49 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>