Message-ID: <327952D1.743F@gbrmpa.gov.au> Date: Fri, 01 Nov 1996 09:31:06 +0800 From: Leath Muller Reply-To: leathm AT gbrmpa DOT gov DOT au Organization: Great Barrier Reef Marine Park Authority MIME-Version: 1.0 To: Farhan Yousaf CC: djgpp AT delorie DOT com Subject: Re: VESA Routines References: <1 DOT 5 DOT 4 DOT 32 DOT 19961031160653 DOT 0098a864 AT mail DOT interlog DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > How would I go about making a routine in DJGPP to load a Bitmap in > 640x480x256 color mode? What version of VBE? 1.2? 2.0? With 2.0 you can just make a linear frame buffer and load it in, with 1.2, you will need to do some banking switches...either way, its a bit of work. I recommend getting the VBE.ZIP (is this right?) in one of the DJGPP v2 directories where you DJGPP... Leathal.