V19J: Added reading/writing of GBA 64K eeprom save games (fix)

This commit is contained in:
sanni 2016-10-15 21:59:07 +02:00 committed by GitHub
parent c95ec351ea
commit b6e43f5b34

View File

@ -379,7 +379,7 @@ void setROM_GBA() {
PORTH |= (1 << 0) | (1 << 3) | (1 << 5) | (1 << 6);
// Wait until all is stable
delay(200);
delay(600);
}
void setAddress_GBA(unsigned long myAddress) {