Backport r171 - UNIF 158B - new board for "Blood of Jurassic" dump

This commit is contained in:
Oggom
2015-06-18 16:43:13 +02:00
parent 86d3ef5171
commit 4cf16b1887
5 changed files with 80 additions and 3 deletions

View File

@@ -191,6 +191,10 @@ static int DetectMMC1WRAMSize(uint32 crc32) {
FCEU_printf(" >8KB external WRAM present. Use UNIF if you hack the ROM image.\n");
return(16);
break;
case 0xd1e50064: /* Dezaemon */
FCEU_printf(" >8KB external WRAM present. Use UNIF if you hack the ROM image.\n");
return(32);
break;
default: return(8);
}
}