]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/filedb.cpp
Various changes to improve code readability, added mouse hiding.
[virtualjaguar] / src / filedb.cpp
index e1deee331cee953725e9b1079f390dc4415b8a28..ee128468aff8c14ead41c69e653503064af71ace 100644 (file)
@@ -132,5 +132,6 @@ RomIdentifier romList[] = {
 // is this really a BIOS???
 // No, it's really a cart, complete with RSA header. So need to fix so it can load.
        { 0xFDF37F47, "Memory Track Cartridge (World)", FF_ROM | FF_VERIFIED },
+       { 0xF7756A03, "Tripper Getem (World)", FF_ROM | FF_VERIFIED },
        { 0xFFFFFFFF, "***END***", 0 }
 };