diff options
author | 2015-11-29 19:35:15 +0100 | |
---|---|---|
committer | 2015-11-29 19:38:46 +0100 | |
commit | 5c86256b9a95a301cecaff994a66de3f3b47a864 (patch) | |
tree | 5f2c8cad9ba67975239466696f60f2472b799687 /hash/h21.xml | |
parent | b73ac1e9a06efae133643c5c216a89a4551420a6 (diff) |
Add the TRQ Video Computer H-21 system (vc4000 clone) and associated
software list
Diffstat (limited to 'hash/h21.xml')
-rw-r--r-- | hash/h21.xml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/hash/h21.xml b/hash/h21.xml new file mode 100644 index 00000000000..41cb66d746f --- /dev/null +++ b/hash/h21.xml @@ -0,0 +1,58 @@ +<?xml version="1.0"?> +<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> + +<softwarelist name="h21" description="TRQ Video Computer H-21 cartridges"> + + <!-- + + TRQ distributed a total of 24 games for this system. The only exclusive title + appears to be "Come frutas", the rest of the games are copies of the respective + VC-4000 games. + + TODO: Verify and add the rest of the games. + + 1 Millón electrónico + 2 Guerra de tanques y aviones + 3 Batalla aero-naval + 4 Invasores + 5 Guerra de las galaxias + 6 Circo + + --> + + <software name="comefrut" supported="no"> + <description>Come frutas</description> + <year>198?</year> + <publisher>TRQ</publisher> + <info name="serial" value="7" /> + <part name="cart" interface="h21_cart"> + <feature name="slot" value="rom4k" /> + <dataarea name="rom" size="4096"> + <rom name="comefrutas.bin" size="4096" crc="f66c8e3a" sha1="c695bd36b572dff2c8f6c49edfcfda6dda3675c1" offset="0" /> + </dataarea> + </part> + </software> + + <!-- + + 8 En busca del tesoro / Memoria + 9 Caza + 10 Othello + 11 Super-Sport 60 + 12 Fútbol + 13 Carrera de caballos + 14 Las 4 en raya + 15 Master-Mind (Código Secreto) + 16 Carreras de coches + 17 Laberinto + 18 Boxeo + 19 Juego de cartas / Black Jack + 20 Órgano musical / Simon + 21 Golf + 22 Matemáticas I + 23 Matemáticas II + 24 Crazy Spider. La araña loca + + --> + +</softwarelist> |