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 12H Subfunction 30H
   Summary  Example  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Set Scan Lines      [VGA]
 
  Selects the number of scan lines for alphanumeric modes. The selected
  value takes effect the next time Int 10H Function 00H is called to select
  the display mode.
 
  Input                            Output
  ═════════════════════            ════════════════════════
  AH=12H                           If the VGA is active
  AL=scan line code                AL=12H
     00H=200 scan lines            If the VGA is not active
     01H=350 scan lines            AL=00H
  BL=30H
                                    -♦-