epicbrew / retrobrite

0 stars 0 forks source link

Writes to 2005 and 2006 should use same address latch #2

Closed epicbrew closed 2 months ago

epicbrew commented 8 months ago

PPUSCROLL ($2005) and PPUADDR($2006) should share the same address latch to accurately emulate PPU behavior. Currently they each have their own independent latch. Either have them use the same latch structure or implement internal PPU register 'w' properly.

epicbrew commented 2 months ago

This is now implemented.