|
If I am reading loopy's document correctltly the "v" register gets loaded from the "t" register at the frame start (when scanline 0 is drawn). Does this mean that I have to reload my horizontal and vertical scroll values into $2005 on every frame? In other words, can I load values for scroll into $2005 and have the screen stay at that position over multiple frames, without writing to $2005 again?
|