Merge pull request #622 from negativeExponent/patch-1
Mapper 354: Add CHR-RAM protect
This commit is contained in:
commit
c0eee08ce5
|
@ -58,6 +58,7 @@ static void Mapper354_Sync(void)
|
|||
setprg32(0x8000, prg >> 1 | 3);
|
||||
break;
|
||||
}
|
||||
SetupCartCHRMapping(0, CHRptr[0], CHRsize[0], (latchAddr & 8) ? 0 : 1);
|
||||
setchr8(0);
|
||||
setmirror(latchData & 0x40 ? MI_H : MI_V);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue