From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Discontinuing build attempt on LibXemu Date: Sat, 01 Feb 2003 10:59:20 CST Organization: Rice University, Houston TX Lines: 9 Message-ID: <3e3bfce8.sandmann@clio.rice.edu> References: <3e3bf92c DOT sandmann AT clio DOT rice DOT edu> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1044119008 14216 128.42.105.3 (1 Feb 2003 17:03:28 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 1 Feb 2003 17:03:28 GMT X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > The only two things I am aware of were the linear graphics buffer at a fixed > address and the event library support. The event library can be done in > V2.x - and the linear buffer can be handled with near pointers if the > video card supports a linear buffer. Oops, make that THREE things - you must have a setup routine which called the graphics driver. GRX 1.x supported drivers for all types of cards - where I forced everything to be VBE based for video setup when I was migrating.