Stephane Dallongeville
Results
1
issues of
Stephane Dallongeville
The current window setup methods : ``` void VDP_setWindowHPos(u16 right, u16 pos); void VDP_setWindowVPos(u16 down, u16 pos); ``` are close to internals registers setup but not really user friendly. Adding...
enhancement