Date: Mon, 12 Mar 2001 17:02:38 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: zibi jarosik cc: djgpp AT delorie DOT com Subject: Re: djgpp & mode 13h without allegro In-Reply-To: <98ile6$ao6$1@sunrise.pg.gda.pl> 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 Mon, 12 Mar 2001, zibi jarosik wrote: > i have function that make mode 13h for me, but i can't set any point on > screen. > > i would like to use something like that: > > unsigned char far *vram=(unsigned char far *)0xA0000000; > main() > { > set13(); > vram[10]=255; > } See sections 10.2, 18.3, and 18.6 of the DJGPP FAQ list, they explain how to do this.