add another autodetect case

This commit is contained in:
zeromus 2009-05-19 16:34:12 +00:00
parent 133b9866b6
commit 1e55bc3832
1 changed files with 1 additions and 0 deletions

View File

@ -603,6 +603,7 @@ void BackupDevice::reset_command()
if(autodetect_size==113) addr_size = 1; //space invaders revolution
if(autodetect_size==33) addr_size = 1; //bomberman
if(autodetect_size==66) addr_size = 2; //pokemon dash
if(autodetect_size==22) addr_size = 2; //puyo pop fever
if(addr_size>4)
{
LOG("RESET: Unexpected backup memory address size: %d\n",addr_size);