To: djgpp AT delorie DOT com Subject: Re: Calling real mode far procedures Message-ID: <19961229.134952.8351.2.chambersb@juno.com> References: <32c563f9 DOT 7993249 AT ursa DOT smsu DOT edu> From: chambersb AT juno DOT com (Benjamin D Chambers) Date: Sat, 28 Dec 1996 16:45:51 EST On Sat, 28 Dec 1996 18:19:13 GMT aho450s AT nic DOT smsu DOT edu (Tony O'Bryan) writes: >I want to directly call the video bank swapping interrupt (INT 0x10, >AX = 0x4f05) rather than using an interrupt call. Can this be done, >or do I have to go through the interrupt call using __dpmi_int()? > If you do, it's card specific. The only one that's standardized is the VGA, and then you can't use svga modes. For svga, you need specs on each card :( ...Chambers