From: NoEmailAds AT execpc DOT com (Chris Giese) Newsgroups: comp.os.msdos.djgpp Subject: Re: Anyone have VGA (620x480x4) code to share Date: Fri, 02 Mar 2001 03:11:41 GMT Organization: PROPULSION GROUP References: <01c0a1c5$da8125a0$98247d81 AT doug> <97lgjj$4s0$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <01c0a2b2$6c3588a0$8a247d81 AT doug> X-Newsreader: Forte Free Agent 1.11/32.235 Lines: 20 Message-ID: <3a9f0fe8$0$35014$6d6c75b@news.execpc.com> NNTP-Posting-Host: f931b7e3.news.execpc.com X-Trace: DXC=K4\NAB@?`UCE4XNZ]a2YgLLoK8f=:?J8 AT bCigiU>8_hH4`>8YbCYbkMn_g AT WNcf8BISDdbIEfnXb@PAfEadM X-Complaints-To: abuse AT execpc DOT com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Doug" wrote: >Does no one use this mode at all? Hi Doug, 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. File BMP4P.C has a full-featured blitter. -- geezer@ | pmode tutorial, homebrew OS: execpc.com | http://www.execpc.com/~geezer/os