Autosave for scooby-doo! Unmasked.

This commit is contained in:
riccardom 2009-05-21 16:19:25 +00:00
parent 6323e05bd6
commit ec89bf7ca1
1 changed files with 2 additions and 1 deletions

View File

@ -610,6 +610,7 @@ void BackupDevice::reset_command()
if(autodetect_size==22) addr_size = 2; //puyo pop fever
if(autodetect_size==18) addr_size = 2; //lunar dragon song
if(autodetect_size==17) addr_size = 1; //shrek super slam
if(autodetect_size==109) addr_size = 1; //scooby-doo! unmasked
if(addr_size>4)
{
LOG("RESET: Unexpected backup memory address size: %d\n",addr_size);
@ -911,4 +912,4 @@ bool BackupDevice::load_duc(const char* filename)
return true;
}
}