Return to previous page | Return to menu | Go to next page
void
Scroll function
Store rotation parameter table in VRAM
void slRparaInitSet(ptr)
ROTSCROLL *ptr ;
ptr VRAM start address for storing the rotation parameter table
Stores the rotation parameter table (size: 60H) used for rotary scrolling in the VRAM area.
None
When using rotary scrolling, be sure to store the rotary parameter table in the VRAM area. For details of the variable type ROTSCROLL, see the structure reference “ROTSCROLL”. When setting the perspective (function “slPerspective”), execute this function after executing the function “slPerspective”.
Reference: Chapter 8 Scroll
slRparaInitSet