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

  1. DT2851.BGI  --- V 1.01
  2.  
  3.   This driver provides support for the Data Translation DT2851 
  4. frame grabber.  This card came with some of the best documentation
  5. I have ever seen for a PC add in card.  
  6.  
  7. MODES
  8.     0 -- 512 x 480 x 256  with two pages.
  9.  
  10. LIMITATIONS:
  11.  
  12.   This driver buffers and rewrites display lines into extended memory 
  13. as needed.  Because it buffers whole lines changes that run vertically
  14. are very slow.
  15.  
  16.   Does not check to make sure extended memory BIOS functions are 
  17. available.  This should not be a big problem since this board is
  18. going to be difficult to use if they are not available.
  19.  
  20.   Flood fill is unimplemented at present.
  21.  
  22.   Error checking & reporting are almost non-existant.
  23.  
  24.   Everything that can be emulated is.  This seems to be reasonably
  25. fast so changing this is not a high priority.
  26.  
  27. KNOWN BUGS:
  28.  
  29.   Line width is currently ignored.  This seems to be taken care of by
  30. the kernal but should be changed.
  31.  
  32.