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 - logitech - get parameters and reset serial mouse http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 33 - LOGITECH - GET PARAMETERS AND RESET SERIAL MOUSE
        AX = 246Ch
        ES:DX -> parameter table buffer (see below)
Return: AX = FFFFh if driver installed for serial mouse
SeeAlso: AX=256Ch

Format of parameter table:
Offset  Size    Description
 00h    WORD    baud rate divided by 100  (serial mouse only)
 02h    WORD    emulation                 (serial mouse only)
 04h    WORD    report rate               (serial mouse only)
 06h    WORD    firmware revision         (serial mouse only)
 08h    WORD    0                         (serial mouse only)
 0Ah    WORD    port                      (serial mouse only)
 0Ch    WORD    physical buttons
 0Eh    WORD    logical buttons

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