delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1996/05/19/18:10:49

Xref: news2.mv.net comp.os.msdos.djgpp:4021
From: watcom353 AT aol DOT com (Watcom353)
Newsgroups: comp.os.msdos.djgpp
Subject: Re: Two questions about video access
Date: 19 May 1996 11:27:16 -0400
Organization: America Online, Inc. (1-800-827-6364)
Lines: 8
Sender: root AT newsbf02 DOT news DOT aol DOT com
Message-ID: <4nnekk$5j9@newsbf02.news.aol.com>
References: <4n4nct$rp4 AT zinc DOT compulink DOT co DOT uk>
Reply-To: watcom353 AT aol DOT com (Watcom353)
NNTP-Posting-Host: newsbf02.mail.aol.com
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

I set the mode using the following, and it works well
 
union REGS regs;
regs.w.ax=mode;
int386(0x10,&regs,&regs);

that sets any bios mode.  the only problem is, is that i can't put a pixel
to the screen.  

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019