AlcaTechStudio / Alcatech_NextBasicMC68000

7 stars 3 forks source link

Add Set_Scroll_Mode command #1

Closed CRIAPOLIS closed 2 years ago

CRIAPOLIS commented 3 years ago

Example: Set_Scrollmode(h,v) h_overall, h_line v_overall, v_cell

AlcaTechStudio commented 2 years ago

You can use the VDP_Config_Tool + vdp_set_config() to set the Scroll mode. There a lot of Scroll examples into example folder showing how to use all scroll modes... If you dont like this sintaxe you can create your own library with your own definitions since all NEXTBasic libraries are all open and available inside the 'system' folder, this is not a compiler issue.