Writing to PPU - stupid coding problem

Discuss technical or other issues relating to programming the Nintendo Entertainment System, Famicom, or compatible systems.

Moderator: Moderators

mic_
Posts: 922
Joined: Thu Oct 05, 2006 6:29 am

Post by mic_ »

It was just to make sure that scrolling is "off".
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Post by tokumaru »

It is good practice to set the scroll at the end of the NMI, and it's mandatory if you used registers $2006 and $2007, which can mess up the scroll.
dr00id88
Posts: 28
Joined: Tue Aug 05, 2008 3:19 am

Post by dr00id88 »

tokumaru wrote:It is good practice to set the scroll at the end of the NMI, and it's mandatory if you used registers $2006 and $2007, which can mess up the scroll.
And because of not switching the scrolling my code messed the PPU. That's it man!!
Post Reply