From: Fabrice ILPONSE Newsgroups: comp.os.msdos.djgpp Subject: Re: Mode13h help... Date: Thu, 11 Dec 1997 11:23:28 +0100 Organization: Universites Paris VI/Paris VII - France Lines: 18 Message-ID: <348FBF20.13A7@trash.lip6.fr> References: <348F6F25 DOT 564D AT alpha DOT delta DOT edu> NNTP-Posting-Host: asim.lip6.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > char *video_buffer=(char *)0xA0000000L; ^^^^^^^^^^^^^^^^^^^^^ WHOW !!!! try: char *video_buffer=_djgpp_conventional_base()+0xA0000; I'm not sure of the ^^^ name. > char color; -- ^ ^ ^ | | | +-+-+ Fabrice ILPONSE | | | -