VSCROLL
C64 C16 Plus/4 C128 X16 M65
Sets the vertical smooth scrolling value.
Syntax
' On all Commodore platforms: VSCROLL <px> ' On the Commander X16: VSCROLL <layer>, <px>
- On C64 C16 Plus/4 C128 M65,
<px>
is a value between 0 and 7. The default scroll value is 3. Values bellow this will move the screen upwards, values above this will move it downwards. - On the X16,
<layer>
is a literal 0 or 1 specifying which layer to scroll.<px>
is a value between 0 and 4095.