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 - load palette http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - Intel Image Processing Interface - LOAD PALETTE
        AX = CD0Ah
        CX:BX -> palette structure (see below)
Return: AL = 00h successful
           = 80h unsuccessful
SeeAlso: AX=CD09h"Image Processing"

Format of palette structure:
Offset  Size    Description
 00h    BYTE    bits per pixel for which palette is to be used (1,2,4,6, or 8)
 01h    2**N    palette translation values, one per possible pixel value

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