home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / prg / svgabg55 / svgas3.inc < prev    next >
Text File  |  1994-06-09  |  515b  |  20 lines

  1. (************************************************)
  2. (*                         *)
  3. (*      SuperVGA S3 BGI driver defines    *)
  4. (*        Copyright (c) 1992        *)
  5. (*        Jordan Hargraphix Software        *)
  6. (*                        *)
  7. (************************************************)
  8.  
  9. (* These are the currently supported modes *)
  10. const
  11.   SVGAS3_640x480x256    = 0;
  12.   SVGAS3_800x600x256    = 1;
  13.   SVGAS3_1024x768x256     = 2;
  14.   SVGAS3_800x600x16    = 3;
  15.   SVGAS3_1024x768x16    = 4;
  16.   SVGAS3_1280x960x16    = 5;
  17.   SVGAS3_1280x1024x16    = 6;
  18.   SVGAS3_640x480x32768    = 7;
  19.  
  20.