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 - video - get physical display parameters (convertible) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 10 - VIDEO - GET PHYSICAL DISPLAY PARAMETERS (CONVERTIBLE)
        AH = 15h
Return: AX = alternate display adapter type
            0000h none
            5140h LCD
            5153h CGA
            5151h mono
        ES:DI -> parameter table (see below)
SeeAlso: AH=1Bh

Format of display parameter table:
Offset  Size    Description
 00h    WORD    monitor model number
 02h    WORD    vertical pixels per meter
 04h    WORD    horizontal pixels per meter
 06h    WORD    total vertical pixels
 08h    WORD    total horizontal pixels
 0Ah    WORD    horizontal pixel separation in micrometers
 0Ch    WORD    vertical pixel separation in micrometers

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