mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
49 lines
1.6 KiB
XML
49 lines
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0-1.0
|
|
-->
|
|
<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>
|