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 - save/restore supervga video state http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 10 - VESA SuperVGA BIOS - SAVE/RESTORE SuperVGA VIDEO STATE
        AX = 4F04h
        DL = subfunction
            00h get state buffer size
                Return: BX = number of 64-byte blocks needed
            01h save video states
                ES:BX -> buffer
            02h restore video states
                ES:BX -> buffer
        CX = flags for states to save/restore
            bit 0: video hardware state
            bit 1: video BIOS data state
            bit 2: video DAC state
            bit 3: SuperVGA state
Return: AL = 4Fh function supported
        AH = status
            00h successful
            01h failed

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