add another autodetection

This commit is contained in:
zeromus 2009-05-18 17:28:34 +00:00
parent e461cc9ce5
commit 679669e1d0
1 changed files with 1 additions and 0 deletions

View File

@ -599,6 +599,7 @@ void BackupDevice::reset_command()
if(autodetect_size==258) addr_size = 2; //warioware touched
if(autodetect_size==9) addr_size = 1; //star wars III (BM_CMD_READLOW)
if(autodetect_size==113) addr_size = 1; //space invaders revolution (BM_CMD_READLOW)
if(autodetect_size==33) addr_size = 1; //bomberman (BM_CMD_READLOW)
if(addr_size>4)
{
LOG("Unexpected backup memory address size: %d\n",addr_size);