add another autodetection. still &3

This commit is contained in:
zeromus 2009-05-20 21:41:36 +00:00
parent 8cf301fd25
commit eb960e1e39
1 changed files with 1 additions and 0 deletions

View File

@ -609,6 +609,7 @@ void BackupDevice::reset_command()
if(autodetect_size==66) addr_size = 2; //pokemon dash if(autodetect_size==66) addr_size = 2; //pokemon dash
if(autodetect_size==22) addr_size = 2; //puyo pop fever if(autodetect_size==22) addr_size = 2; //puyo pop fever
if(autodetect_size==18) addr_size = 2; //lunar dragon song if(autodetect_size==18) addr_size = 2; //lunar dragon song
if(autodetect_size==17) addr_size = 1; //shrek super slam
if(addr_size>4) if(addr_size>4)
{ {
LOG("RESET: Unexpected backup memory address size: %d\n",addr_size); LOG("RESET: Unexpected backup memory address size: %d\n",addr_size);