Can anyone out there with C programming experience help me with the setscreen() function in C. I'm using Lattice C and the manual isn't making much sense to me in how to use the function.
What I am doing is translating Yabasic programs to C on my ST - 2D and 3D wireframe object rotation - I have converted it fine except for the screen flickering as I need to know how to do the double-buffered drawing like with STOS (screenswap physic to logic, etc.) so that I can get rid of the flickering.