diff options
author | 2012-12-05 19:51:43 +0000 | |
---|---|---|
committer | 2012-12-05 19:51:43 +0000 | |
commit | 47689c0995aadc384d807ee4dda4b5910ccccf11 (patch) | |
tree | e6a5afef2a183dc42b6b002f40cbcc748c08bfde /hash/iq128.xml | |
parent | a10e11a2e8ef7cda0cf85f6bfe086b573dd0bd7d (diff) |
(MESS) iq128: use a softlist also for ROMless cartridges. (nw)
Diffstat (limited to 'hash/iq128.xml')
-rw-r--r-- | hash/iq128.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/hash/iq128.xml b/hash/iq128.xml new file mode 100644 index 00000000000..6644eae4816 --- /dev/null +++ b/hash/iq128.xml @@ -0,0 +1,46 @@ +<?xml version="1.0"?> +<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> +<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> |