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 13H
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Set Color Page State      [VGA]
 
  Selects the paging mode for the color registers, or selects an indivi-
  dual page of color registers.
 
  Input                                           Output
  ════════════════════════════════════            ═══════
  To select the paging mode                       Nothing
  AH=10H
  AL=13H
  BH=paging mode
     00H for 4 pages of 64 registers
     01H for 16 pages of 16 registers
  BL=00H
  To select a color register page
  AH=10H
  AL=13H
  BH=page
  BL=01H
                                    -♦-