Correct mapper 52 submapper 14 for AB-115's nonsensical register bit combination
This commit is contained in:
committed by
LibretroAdmin
parent
40ffd6ecb6
commit
435a22a568
@@ -686,7 +686,7 @@ static void M52S14CW(uint32 A, uint8 V) {
|
||||
if (CHRRAM && EXPREGS[0] &0x20)
|
||||
setchr1r(0x10, A, bank | (V & mask));
|
||||
else
|
||||
setchr1(A, bank | (V & mask));
|
||||
setchr1(A, bank &~mask | (V & mask));
|
||||
}
|
||||
|
||||
static DECLFW(M52Write) {
|
||||
|
||||
Reference in New Issue
Block a user