Xref: news2.mv.net comp.os.msdos.djgpp:3934 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Hardware switch video modes, in V2? Date: Thu, 16 May 1996 15:35:14 CDT Organization: Rice University, Houston, Texas Lines: 9 Message-ID: <319b9182.sandmann@clio.rice.edu> References: <4ned4b$bsl AT freenet-news DOT carleton DOT ca> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > I am a V1 user (a satisfied one!) about to upgrade to V2. To ensure I can > still work with old programs that used a call to int 10 to change video > modes I need to know what DPMI gobbledygook I need to replace this with: > int86 (0x10, ®s, ®s); This should still work. You will get a smaller and faster program if you use __dpmi_int instead of int86 - the args are very similar - see the documentation.