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 7f - hdiload.exe - 8514/a video controller interface http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 7F - HDILOAD.EXE - 8514/A VIDEO CONTROLLER INTERFACE
        AX = function
            0105h get entry points
                Return: CF set on error
                        CF clear if successful
                            CX:DX -> array of FAR pointers to entry points
Note:   most functions are invoked by pushing the DWORD parameter block pointer
          and then performing a FAR call via the appropriate vector of the
          entry point array

Function numbers: (do FAR call via entry_points+4*function)
 08h    HOPEN
 10h    HINT
 13h    HLDPAL
 15h    HBBW
 17h    HBBR
 18h    HBBCHN
 1Dh    HQMODE
 22h    HCLOSE
 30h    HINIT
 31h    HSYNC
 39h    HSPAL
 3Ah    HRPAL

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