Mail Archives: djgpp/1997/06/04/20:56:57
Mr. Th wrote:
>
> Here's my problem: I'm using a double-buffer in 640x480x256 mode. I
> paint the whole thing to the screen in a single function by switching
> banks, copying some of the buffer with dosmemput, then repeating until I'm
> done. It works, but it's too slow!! Is there a faster way???
> Thanks,
> Tom
Try dosmemputl, this will do it 4 bytes at a time. Also, if available,
try using a linear frame buffer (sorry no details).
Bill
--
Leave others their otherness.
- Raw text -