add savetype hardcode for puzzler world

This commit is contained in:
zeromus 2016-10-25 06:02:33 +00:00
parent 77918f13ee
commit 318613e783
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ void BackupDevice::reset()
else if(!memcmp(gameInfo.header.gameCode,"AH5", 3)) addr_size = 1; //over the hedge
else if(!memcmp(gameInfo.header.gameCode,"AVH", 3)) addr_size = 1; //over the hedge - Hammy Goes Nuts!
else if(!memcmp(gameInfo.header.gameCode,"AQ3", 3)) addr_size = 1; //spider-man 3
else if(!memcmp(gameInfo.header.gameCode,"BPV", 3)) addr_size = 2; //puzzler world (should be eeprom 64KBits)
//if we found a whitelist match, we dont need to run detection
if(addr_size) state = RUNNING;