Newsgroups: comp.os.msdos.djgpp From: pscargill AT cix DOT compulink DOT co DOT uk ("Peter Scargill") Subject: Re: copying memory buffer to screen - help Message-ID: Organization: Compulink Information eXchange References: <199710101429 DOT KAA23527 AT delorie DOT com> Date: Mon, 13 Oct 1997 09:03:04 GMT Lines: 7 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Thanks for that, but surely usig GrPlot to put it into the memory context defeats the object, ie calling that routine 320*200 times will be slow! As I'm now working on 768*256 images the plot way only gets me 2-4 frames a second. Surely it must be possible to simply blit it a line at a time into the screen?