Hello,
I want to use Horizontal scrolling per tile mode, and I see I shuld use :
VDP_setHorizontalScrollTile(VDPPlane plane, u16 tile, s16* values, u16 len, TransferMethod tm);
I read that TransferMethod tm can be :
* Transfer method.<br>
* Accepted values are:<br>
* - CPU<br>
* - DMA<br ...