From: "Doug" Newsgroups: comp.os.msdos.djgpp Subject: Re: Anyone have VGA (620x480x4) code to share Date: 4 Mar 2001 00:01:52 GMT Organization: none Lines: 16 Message-ID: <01c0a43f$c521de80$54247d81@doug> References: <01c0a1c5$da8125a0$98247d81 AT doug> <97lgjj$4s0$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <01c0a2b2$6c3588a0$8a247d81 AT doug> <3a9f0fe8$0$35014$6d6c75b AT news DOT execpc DOT com> NNTP-Posting-Host: client36-84.oprit.rug.nl X-Trace: info.service.rug.nl 983664112 28212 129.125.36.84 (4 Mar 2001 00:01:52 GMT) X-Complaints-To: newsmaster AT rug DOT nl NNTP-Posting-Date: 4 Mar 2001 00:01:52 GMT X-Newsreader: Microsoft Internet News 4.70.1155 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Chris Giese schreef in artikel > You can use whatever code you like from my own graphics library: > http://www.execpc.com/~geezer/software/index.htm#tali > > File SLOW.C has putpixel and getpixel functions for the 4-plane > mode. The functions are called write_pixel4p() and read_pixel4p() > They are divided into two parts: one part that does putpixel and > getpixel from/to the screen, and one for in-memory 4-plane bitmaps. Wonderful. Thank you. This is exactly what I wanted. BTW, your Tali project and my Depui project have quite a bit in common. Maybe we can share code/algorithms with each other. Doug