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 - intel image processing interface - load screen http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - Intel Image Processing Interface - LOAD SCREEN
        AX = CD09h
        CX:BX -> structure (see below)
Return: AL = 00h successful
           = 80h unsuccessful
SeeAlso: AX=CD0Ah"Image Processing"

Format of structure:
Offset  Size    Description
 00h    BYTE    style
                44h ('D') diamond style
                4Ch ('L') line style
 01h    BYTE    reserved (00h)
 02h    WORD    frequency in lines per inch [sic]
                currently, coerced to nearest of 50, 60, 68, 70, 75, 85, or 100
 04h    WORD    screen angle in degrees (-360 to 360)
                currently coerced to nearest of -45, 0, 45, or 90

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