qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 10H Function 10H Subfunction 09H
   Summary  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Get Palette and Border      [VGA]
 
  Gets the contents of all palette registers and the border color (over-
  scan) in one operation.
 
  Input                                      Output
  ═══════════════════════════════            ══════════════════════════════
  AH=10H                                     ES:DX=segment:offset of buffer
  AL=09H                                      and buffer contains palette
  ES:DX=segment:offset of 17-byte             values in bytes 00H-0FH and
   buffer                                     border color in byte 10H
                                    -♦-