mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
V19J: Added reading/writing of GBA 64K eeprom save games (fix)
This commit is contained in:
parent
c95ec351ea
commit
b6e43f5b34
@ -379,7 +379,7 @@ void setROM_GBA() {
|
|||||||
PORTH |= (1 << 0) | (1 << 3) | (1 << 5) | (1 << 6);
|
PORTH |= (1 << 0) | (1 << 3) | (1 << 5) | (1 << 6);
|
||||||
|
|
||||||
// Wait until all is stable
|
// Wait until all is stable
|
||||||
delay(200);
|
delay(600);
|
||||||
}
|
}
|
||||||
|
|
||||||
void setAddress_GBA(unsigned long myAddress) {
|
void setAddress_GBA(unsigned long myAddress) {
|
||||||
|
Loading…
Reference in New Issue
Block a user