1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-05-31 22:41:37 +00:00

Fix MULTI_MASK pattern for NES PPU flags

This commit is contained in:
Andy McFadden 2021-10-24 21:22:28 -07:00
parent 236cf1d4a3
commit c59ad5b426

View File

@ -9,7 +9,7 @@
; (see https://wiki.nesdev.com/w/index.php/PPU_registers)
;
; pattern: 001? ???? ???? ?xxx
*MULTI_MASK %0010000000000000 %0010000000000000 %0000000000000111
*MULTI_MASK %1110000000000000 %0010000000000000 %0000000000000111
PPUCTRL @ $2000 ;W VPHB SINN various
PPUMASK @ $2001 ;W BGRs bMmG various