mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
Update NES.ino
This commit is contained in:
parent
1ea1f33cd3
commit
39343e2f7d
@ -610,9 +610,9 @@ void getMapping() {
|
||||
println_Msg(F("Using manual selection"));
|
||||
display_Update();
|
||||
delay(500);
|
||||
// Print debug
|
||||
printPRG(0x8000);
|
||||
printPRG(0xE000);
|
||||
// Print content of PRG for debugging
|
||||
//printPRG(0x8000);
|
||||
//printPRG(0xE000);
|
||||
|
||||
// Change ROM name to CART
|
||||
setDefaultRomName();
|
||||
|
Loading…
Reference in New Issue
Block a user