Talk:INES Mapper 156

From NESdev Wiki
Revision as of 20:12, 20 July 2018 by 208.71.141.54 (talk) (chr register info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

the split chr hi/lo registers seem to be:

lo: 8 bits hi: 1 bit, d0

borrowing from the vrc2/4 article:

CHR Select 0 low($C000), high($C004)

  $C004        $C000
7  bit  0    7  bit  0
---------    ---------
.... ...H    LLLL LLLL
        |    |||| ||||
        |    ++++ ++++- Low 8 bits
        +-------------- High bit of 1 KiB CHR bank at PPU $0000


this info was taken from the fceu source for the mapper and inspected in the debugger with general's son running