mirror of
https://github.com/fadden/6502bench.git
synced 2025-02-08 05:30:35 +00:00
Fix MULTI_MASK pattern for NES PPU flags
This commit is contained in:
parent
236cf1d4a3
commit
c59ad5b426
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user