X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffiledb.cpp;h=ee128468aff8c14ead41c69e653503064af71ace;hb=7228359373eb7602c26f7b098d6b2271ff5727a1;hp=e1deee331cee953725e9b1079f390dc4415b8a28;hpb=5d76d651dfc3aa0a2e810e6b6db2ae8a2e34c53e;p=virtualjaguar diff --git a/src/filedb.cpp b/src/filedb.cpp index e1deee3..ee12846 100644 --- a/src/filedb.cpp +++ b/src/filedb.cpp @@ -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 } };