This commit is contained in:
negativeExponent
2022-02-17 14:39:06 +08:00
parent f27adb5209
commit 4f022827b0
5 changed files with 16 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ static void Sync (void) {
setprg16(0x8000, reg[1] << 3 | reg[0] & 7);
setprg16(0xC000, reg[1] << 3 | 7);
setchr8(0);
setmirror(reg[1] &0x60? 0: 1);
setmirror(reg[1] & 0x60 ? 0 : 1);
}
static DECLFW(M396WriteInnerBank) {