punesemu/puNES

m176: submapper1 issue in new dumps

Closed this issue · 3 comments

submapper1 is incorrect in some newer dumps.

if ((mode == 7) || ext) {

this should be
if ((mode == 0) && ext) {

ditto (but no ext check)

if (mode == 7) {

then 500xreg[0] is initialized to back to zero like it was before.

Hi @negativeExponent, please can you send me some of these new dumps?

here:
m176_new.zip

it should be the games in the alternate menu

As usual, thank you @negativeExponent.