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 2f - multiplex - avatar.sys - set driver state http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - AVATAR.SYS - SET DRIVER STATE
        AX = 1A21h (AL='!')
        DS:SI -> command string with one or more state characters
        CX = length of command string
Return: CF set on error (invalid subfunction)
        CF clear if successful
Note:   the characters in the state string are interpreted left to right, and
          need not be in any particular order
SeeAlso: AX=1A3Fh

Values of state characters:
 'a'    activate driver
 'd'    disable driver
 'f'    use fast screen output
 'g'    always convert gray keys (+ and -) to function keys
 'G'    never convert gray keys
 'l'    convert gray keys only when ScrollLock active
 's'    use slow screen output
 't'    Tandy 1000 keyboard (not yet implemented)

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