Scroll area routines.

Summary
Scroll area routines.
Macros
scroll_setInitialize a scroll area.
Functions
scroll_hsync_callbackSet scroll coordinates with the current scroll display list entry, and program the next hsync callback.

Macros

scroll_set

Initialize a scroll area.

Assembly call

scroll_set id, top, bottom, x, y, flag

Parameters

idscroll area id (between 0 and 3).
topcoordinate of the first raster line.
bottomcoordinate of the last raster line.
xX scroll coordinate.
yY scroll coordinate.
flagVDC flags.

Functions

scroll_hsync_callback

Set scroll coordinates with the current scroll display list entry, and program the next hsync callback.

Close