mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-29 06:21:55 +01:00
Update GB.ino
This commit is contained in:
parent
6222b1fe3f
commit
a19a10b16b
@ -2147,7 +2147,7 @@ void writeFlash_GB(byte MBC, boolean commandSet, boolean flashErase) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
else if (MBC == 0) {
|
else if (MBC == 0) {
|
||||||
if (fileSize > 0x7FFF)
|
if (fileSize > 0x8000)
|
||||||
print_FatalError(file_too_big_STR);
|
print_FatalError(file_too_big_STR);
|
||||||
if (audioWE)
|
if (audioWE)
|
||||||
println_Msg(F("Writing flash (Audio)"));
|
println_Msg(F("Writing flash (Audio)"));
|
||||||
|
Loading…
Reference in New Issue
Block a user