From 3c3b9a4a2304e7a6b6555780346c975a66803b16 Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 18 May 2009 17:01:00 +0000 Subject: [PATCH] add another autodetection --- desmume/src/mc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/desmume/src/mc.cpp b/desmume/src/mc.cpp index b95685fb3..42ff3fd07 100644 --- a/desmume/src/mc.cpp +++ b/desmume/src/mc.cpp @@ -597,6 +597,7 @@ void BackupDevice::reset_command() addr_size = autodetect_size - 1; if(autodetect_size==6) addr_size = 2; //castlevania dawn of sorrow 64kbit eeprom (EEPROM2 in the old system) if(autodetect_size==258) addr_size = 2; //warioware touched + if(autodetect_size==9) addr_size = 1; //star wars III if(addr_size>4) { LOG("Unexpected backup memory address size: %d\n",addr_size);