diff --git a/Cart_Reader/GBA.ino b/Cart_Reader/GBA.ino index 88dfd92..b20a870 100644 --- a/Cart_Reader/GBA.ino +++ b/Cart_Reader/GBA.ino @@ -56,7 +56,8 @@ void gbaMenu() { // wait for user choice to come back from the question box menu cartSize = romOptionsGBASize[GBARomMenu]; } - cartSize *= 0x100000; + if (cartSize < 128) // Don't multiply cartSize on second dump + cartSize *= 0x100000; display_Clear(); // Change working dir to root sd.chdir("/");