Date: Sun, 28 Jan 2001 09:57:55 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: David Krmpotic cc: djgpp AT delorie DOT com Subject: Re: switching to 320 x 200 mode in DJGPP In-Reply-To: <94vta8$pea$1@planja.arnes.si> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 28 Jan 2001, David Krmpotic wrote: > simple newbie problem: > I'm using DJGPP and I don't know how to use 320x200 graphic mode... > here's my example: > > #include > #include > #include > #include > #include > #include > > void* vga = (void*)0xa000; This is your problem. See section 10.2 of the DJGPP FAQ list (http://www.delorie.com/djgpp/v2faq/faq10_2.html, or download v2/faq230b.zip and read it locally on your machine).