Skip to content

Commit

Permalink
Slow down 369 dumping
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni committed Aug 11, 2024
1 parent afade35 commit 2e5aa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cart_Reader/GBA.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 2e5aa97

Please sign in to comment.