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 10 - vesa supervga bios 1.1 - get/set logical scan line length http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 10 - VESA SuperVGA BIOS 1.1 - GET/SET LOGICAL SCAN LINE LENGTH
        AX = 4F06h
        BL = 00h set scan line length
                CX = desired width in pixels
           = 01h get scan line length
Return: AL = 4Fh if function supported
        AH = status
            00h successful
            01h failed
        BX = bytes per scan line
        CX = number of pixels per scan line
        DX = maximum number of scan lines
Notes:  if the desired width is not achievable, the next larger width will be
          set
        the scan line may be wider than the visible area of the screen
        this function is valid in text modes, provided that values are
          multiplied by the character cell width/height
SeeAlso: AX=4F01h,AX=4F05h,AX=4F07h

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