Update NES.ino

This commit is contained in:
nsx0r 2022-12-11 00:00:57 +01:00 committed by GitHub
parent 95e795023d
commit 0f1a37e6d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2544,7 +2544,7 @@ void readPRG(boolean readrom) {
} }
} }
if (busConflict) { if (busConflict) {
write_prg_byte(0x8000 + i, i); write_prg_byte(0xC000 + i, i);
} }
for (word address = 0x0; address < 0x4000; address += 512) { for (word address = 0x0; address < 0x4000; address += 512) {
dumpPRG(base, address); dumpPRG(base, address);