#120597 - Leviathan2040 - Sun Mar 04, 2007 11:19 pm
Ok, it is my turn to play the nOOb...
I read hundreds of messages regarding how to set up both Top and Bottom screens as MOD 5 with 256 x 256 x 16 bits tile.
However one of the many things that I still don't get, is why the memory assigned to the screen are always A & C rather than A & B? The reason I ask that, is that I need to display a rather large bitmap scrolling across the screen, what I want to achieve is that when the bitmap scroll upward and the top part of it is moving off the bottom screen it starts to appear on the top screen as well. If the two memory banks were consecutive I would not need fire up the rendering algorithm twice, but just one as it happens now, because the two memory banks are not consecutives.
Can anybody can help me? Thanks in advance.
BR,
Lev
I read hundreds of messages regarding how to set up both Top and Bottom screens as MOD 5 with 256 x 256 x 16 bits tile.
However one of the many things that I still don't get, is why the memory assigned to the screen are always A & C rather than A & B? The reason I ask that, is that I need to display a rather large bitmap scrolling across the screen, what I want to achieve is that when the bitmap scroll upward and the top part of it is moving off the bottom screen it starts to appear on the top screen as well. If the two memory banks were consecutive I would not need fire up the rendering algorithm twice, but just one as it happens now, because the two memory banks are not consecutives.
Can anybody can help me? Thanks in advance.
BR,
Lev