mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-10 23:15:08 +01:00
NES.ino: Give more time to read "No data found" message.
This commit is contained in:
parent
337ef94b07
commit
84738038e1
@ -540,12 +540,11 @@ void getMapping() {
|
||||
|
||||
// Filter out all 0xFF checksums at 0x8000 and 0xE000
|
||||
if (oldcrc32 == 0xBD7BC39F && oldcrc32MMC3 == 0xBD7BC39F) {
|
||||
delay(200);
|
||||
println_Msg(F(""));
|
||||
println_Msg(F("No data found."));
|
||||
println_Msg(F("Using manual selection"));
|
||||
display_Update();
|
||||
delay(500);
|
||||
delay(1000);
|
||||
setDefaultRomName();
|
||||
selectMapping(database);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user