mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-02-12 05:56:12 -06:00
RetroArch Pack
This commit is contained in:
49
system/ume/hash/iq128.xml
Normal file
49
system/ume/hash/iq128.xml
Normal file
@@ -0,0 +1,49 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user