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

  1. /************************************************/
  2. /*                         */
  3. /*      SuperVGA 65536 BGI driver defines    */
  4. /*        Copyright (c) 1993        */
  5. /*        Jordan Hargraphix Software        */
  6. /*                        */
  7. /************************************************/
  8.  
  9. #ifndef __SVGA64K_H__
  10. #define __SVGA64K_H__
  11.  
  12. extern int far _Cdecl Svga64k_fdriver[];
  13.  
  14. /* These are the currently supported modes */
  15. #define    SVGA320x200x65536    0    /* 320x200x65536 HiColor VGA */
  16. #define    SVGA640x350x65536    1    /* 640x350x65536 HiColor VGA */
  17. #define    SVGA640x400x65536    2    /* 640x400x65536 HiColor VGA */
  18. #define    SVGA640x480x65536    3    /* 640x480x65536 HiColor VGA */
  19. #define    SVGA800x600x65536    4    /* 800x600x65536 HiColor VGA */
  20. #define    SVGA1024x768x65536    5    /* 1024x768x65536 HiColor VGA */
  21. #define    SVGA1280x1024x65536    6    /* 1280x1024x65536 HiColor VGA */
  22.  
  23. #endif /* __SVGA64K_H__ */
  24.