Tony Firshman wrote: >> QPC of course has the same problem. I solve this by using a queue that >> buffers display accesses and only apply the changes to the screen >> image 62,5 times per seconds. > Is there anything to be gained from the (very) old trick of storing the > previous screen content and only writing changes?
Of course that's how its done in the back buffer. You really don't want to translate the strange QL format to PC format for every pixel of the screen on every change. Marcel _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm
