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 - select scan line http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - Intel Image Processing Interface - SELECT SCAN LINE
        AX = CD03h
        BX = scan line
        CX = requested density in dots per inch (300, 600, or 1200)
Return: AL = 00h succesful
                CX = density at which scan line was mapped
                ES:DI -> start of scan line
        AL = 80h unsuccessful
           = 81h scan line out of range
           = 82h unsupported scan line density
           = 83h out of memory

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