mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-15 01:15:06 +01:00
Slow down 369 dumping
This commit is contained in:
parent
afade35b6c
commit
2e5aa97bef
@ -2509,7 +2509,7 @@ void mapBlock369in1(u32 offset) {
|
||||
writeByte_GBA(0x2, addr.byte[3]);
|
||||
writeByte_GBA(0x3, addr.byte[2]);
|
||||
writeByte_GBA(0x4, addr.byte[1]);
|
||||
delay(100);
|
||||
delay(500);
|
||||
setROM_GBA();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user