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 1AH
   Summary  Notes  Example  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Get or Set Display Combination Code      [PS/2]
 
  Returns a code describing the installed display adapter(s), or updates
  the ROM BIOS's variable describing the installed adapter(s).
 
  Input                                Output
  ═════════════════════════            ══════════════════════════
  AH=1AH                               If function supported
  AL=subfunction                       AL=1AH
     00H=get display                   and, if called with AL=00H
      combination code                 BH=inactive display code
     01H=set display                   BL=inactive display code
      combination code
  BH=inactive display
   code (if AL =01H)
  BL=active display
   code (if AL =01H)
                                    -♦-