home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / NEWS / 676 / ORBWHIRL / SVGA256.H < prev    next >
Text File  |  1993-10-07  |  518b  |  15 lines

  1. /************************************************/
  2. /*                         */
  3. /*          SuperVGA BGI driver defines        */
  4. /*        Copyright (c) 1990        */
  5. /*        Jordan Hargraphix Software        */
  6. /*                        */
  7. /************************************************/
  8.  
  9. /* These are the currently supported modes */
  10. #define    VGA320x200    0    /* Standard VGA */
  11. #define    SVGA640x400    1    /* 640x400x256 Svga */
  12. #define    SVGA640x480    2    /* 640x480x256 Svga */
  13. #define    SVGA800x600    3    /* 800x600x256 Svga */
  14. #define SVGA1024x768    4    /* 1024x768x256 Svga */
  15.