Update NES.ino

This commit is contained in:
sanni 2023-04-12 09:54:24 +02:00
parent 1ea1f33cd3
commit 39343e2f7d

View File

@ -610,9 +610,9 @@ void getMapping() {
println_Msg(F("Using manual selection")); println_Msg(F("Using manual selection"));
display_Update(); display_Update();
delay(500); delay(500);
// Print debug // Print content of PRG for debugging
printPRG(0x8000); //printPRG(0x8000);
printPRG(0xE000); //printPRG(0xE000);
// Change ROM name to CART // Change ROM name to CART
setDefaultRomName(); setDefaultRomName();