From b6e43f5b342e6ec95db095b04a09960ba4fd2ef4 Mon Sep 17 00:00:00 2001 From: sanni Date: Sat, 15 Oct 2016 21:59:07 +0200 Subject: [PATCH] V19J: Added reading/writing of GBA 64K eeprom save games (fix) --- Cart_Reader/GBA.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cart_Reader/GBA.ino b/Cart_Reader/GBA.ino index d797c2c..bc70488 100644 --- a/Cart_Reader/GBA.ino +++ b/Cart_Reader/GBA.ino @@ -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) {