add another autodetect case. still conforming to the &3 pattern...

This commit is contained in:
zeromus 2009-05-19 17:21:55 +00:00
parent 1e55bc3832
commit 29cc1443ac
1 changed files with 1 additions and 0 deletions

View File

@ -602,6 +602,7 @@ void BackupDevice::reset_command()
if(autodetect_size==9) addr_size = 1; //star wars III
if(autodetect_size==113) addr_size = 1; //space invaders revolution
if(autodetect_size==33) addr_size = 1; //bomberman
if(autodetect_size==65) addr_size = 1; //robots
if(autodetect_size==66) addr_size = 2; //pokemon dash
if(autodetect_size==22) addr_size = 2; //puyo pop fever
if(addr_size>4)