Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 33 - ms mouse - reset driver and read status http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 33 - MS MOUSE - RESET DRIVER AND READ STATUS
        AX = 0000h
Return: AX = status
            0000h hardware/driver not installed
            FFFFh hardware/driver installed
        BX = number of buttons
            FFFFh two buttons
            0000h other than two
            0003h Mouse Systems/Logitech mouse
Notes:  to use mouse on a Hercules-compatible monographics card in graphics
          mode, you must first set 0040h:0049h to 6 for page 0 or 5 for page 1,
          and then call this function.
        the Logitech mouse driver contains the signature string "LOGITECH"
SeeAlso: INT 74

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson