We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35218bd + 3f1e080 commit 3981ffcCopy full SHA for 3981ffc
1 file changed
src/boards/mmc5.cpp
@@ -424,7 +424,7 @@ static void MMC5PRG(void) {
424
switch (mmc5psize & 3) {
425
case 0:
426
MMC5ROMWrProtect[0] = MMC5ROMWrProtect[1] = MMC5ROMWrProtect[2] = MMC5ROMWrProtect[3] = 1;
427
- setprg32(0x8000, ((PRGBanks[1] & 0x7F) >> 2));
+ setprg32(0x8000, ((PRGBanks[3] & 0x7F) >> 2));
428
for (x = 0; x < 4; x++)
429
MMC5MemIn[1 + x] = 1;
430
break;
0 commit comments