From: "Chris A. Triebel" Newsgroups: comp.os.msdos.djgpp Subject: Re: Far Pointers (VRAM 0xA0000) Date: Sat, 19 Oct 1996 18:34:29 -0400 Organization: University of New Hampshire - Durham, NH Lines: 26 Message-ID: References: <3268AFE6 DOT 2EC3 AT epix DOT net> NNTP-Posting-Host: sun4.iol.unh.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <3268AFE6.2EC3@epix.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Sat, 19 Oct 1996, Caltoi wrote: > Date: Sat, 19 OCT 1996 10:39:34 GMT > From: Caltoi > To: djgpp AT delorie DOT com > Newgroups: comp.os.msdos.djgpp > Subject: Far Pointers (VRAM 0xA0000) > > How do I set a pixel onto the screen in djgpp. All my programs have been > reduced to using the interupt request to set a pixel :( --really > sloooow. > > Also, I'd like to know if there are any functions that wait for vertical > re-trace that I could see. > > thanks > -- > Caltoi > rowe AT epix DOT net > http://www.epix.net/~rowe > > This may not be what you want but you can check out allegro to see how Shawn Hargreaves did it. The library is very fast. cat