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 - set parameters http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 33 - LOGITECH - SET PARAMETERS
        AX = 256Ch
        BX = 00h set baud rate (serial mouse only)
                CX = rate (0=1200, 1=2400, 2=4800, 3=9600)
           = 01h set emulation (serial mouse only)
                CX = emulation
                    0 = 5 byte packed binary
                    1 = 3 byte packed binary
                    2 = hexadecimal
                    3 = relative bid pad
                    4 = not supported
                    5 = MM Series
                    6 = not supported
                    7 = Microsoft
           = 02h set report rate (serial mouse only)
                CX = rate (0=10, 1=20, 2=35, 3=50, 4=70, 5=100, 6=150)
           = 03h set port (serial mouse only)
                CX = port (1, 2)
           = 04h set mouse logical buttons
                CX = buttons (2, 3)
Return: AX = FFFFh if driver installed for serial mouse
SeeAlso: AX=246Ch

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