mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-23 21:19:16 +01:00
Update NES.ino
This commit is contained in:
parent
95e795023d
commit
0f1a37e6d3
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user