Merge pull request #547 from NRS-NewRisingSun/m354fix
Mapper 354: Add CHR RAM write-protection, fixes B-Wings
This commit is contained in:
@@ -58,6 +58,7 @@ static void Mapper354_Sync(void)
|
|||||||
setprg32(0x8000, prg >>1 |3);
|
setprg32(0x8000, prg >>1 |3);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
SetupCartCHRMapping(0, CHRptr[0], 0x2000, latchAddr &0x08? 0: 1);
|
||||||
setchr8(0);
|
setchr8(0);
|
||||||
setmirror(latchData &0x40? MI_H: MI_V);
|
setmirror(latchData &0x40? MI_H: MI_V);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user