Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!caen!zaphod.mps.ohio-state.edu!mips!dimacs.rutgers.edu!rutgers!njin!njitgw!mars.njit.edu!cd5340 From: cd5340@mars.njit.edu (David Charlap) Newsgroups: comp.lang.pascal Subject: Re: TP6, mice and Herc Graphics Adapters Message-ID: <2523@njitgw.njit.edu> Date: 6 Mar 91 01:21:43 GMT References: <26198@adm.brl.mil> Sender: news@njitgw.njit.edu Organization: New Jersey Institute of Technology Lines: 21 In article <26198@adm.brl.mil> MASON@qucdnee1.bitnet writes: >A student of mine is running into a problem with the Mouse pointer in >Herc Graphics mode and would appreciate the following information: > >"I would like to know how to make the Microsoft mouse driver recognize >that TP6.0 has switched to graphics mode on a Hercules Graphics >Adapter. I have determined that InitGraph bypasses the BIOS by >programming the CRT controller directly, disabling the mouse driver's >ability to detect video mode changes." How about triggering the BIOS mode change just after calling InitGraph? It's an INT 10H function (but I forget which one). Then the BIOS tables will be set correctly as well. Just be sure to reset them after you're done by using another BIOS call, since TextMode probably doesn't reset the tables either. -- David Charlap "Invention is the mother of necessity" cd5340@mars.njit.edu "Necessity is a mother" Operators are standing by "mother!" - Daffy Duck