In text mode there are 128 tiles wide.
You can scroll 1024 x 1 bit with $f938/$f937.
If $f937 has the value 256 then $f938 (Hi-Byte) must be incremented by 1.
$f937 must then be set to 0 again.
thanks
greeting.
waht ist error : gal ?
Re: waht ist error : gal ?
Yes, this would work for 1024 pixel wide text mode.
$F938 should treat all values with same %4 the same - 0,1,2,3 ... then 0,1,2,3 ... because the documentation says the values wrap at 1024, only the bottom 2 bits of Hi-Byte are used .
In other words - scroll of 0,1024,2048, etc.. all equivalent.