add another autodetect case. still conforming to the &3 pattern...
This commit is contained in:
parent
1e55bc3832
commit
29cc1443ac
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue