home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / cbgi111 / drv1 / ati.doc < prev    next >
Encoding:
Text File  |  1990-07-11  |  813 b   |  30 lines

  1. ATI.BGI  --- V 1.11
  2.  
  3.   This driver provides support for the 256 colour modes of the ATI
  4. Wonder card.
  5.  
  6. MODES
  7.     0 -- 640 x 400 x 256  Requires only 256K.  The aspect ration
  8. is slightly off.  It'll be fixed later, however, it's time to get
  9. something out the door.
  10.     1 -- 640 x 480 x 256 Requires 512K.  
  11.     2 -- 800 x 600 x 256 Requires 512K.  
  12.  
  13.   The driver presently contains no check to make sure that there is
  14. enough memory for a given mode.
  15.  
  16. LIMITATIONS:
  17.  
  18.   Flood fill is unimplemented at present.
  19.  
  20.   Error checking & reporting are almost non-existant.
  21.  
  22.   Everything that can be emulated is.  This seems to be reasonably
  23. fast so changing this is not a high priority.
  24.  
  25. KNOWN BUGS:
  26.  
  27.   Line width is currently ignored.  This seems to be taken care of by
  28. the kernal but should be changed.
  29.  
  30.