mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-14 00:45:07 +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"));
|
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user