Message-ID: <362F2894.67A5CC8B@fm-net.com> Date: Thu, 22 Oct 1998 07:44:05 -0500 From: Justin Deltener X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Banked vesa References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Using a linear frame buffer is always going to be the fastest, but as you stated being in a banked mode makes things a little more difficult. With VESA 2.0 you get access to a Protected Mode structure which gives you access to a direct bank switching function so that you no longer have to switch to realmode every flip. The code for that is in my VESA tutorial on my site. http://www.fm-net.com/inversereality later! Justin Deltener