home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / prpascal / vga256p.lzh / README.DOC < prev    next >
Text File  |  1989-02-03  |  846b  |  21 lines

  1.     VGA256.BGI   --  A reverse engineered BGI driver for the Designer VGA.
  2.  
  3.     By:  Markham Thomas    Feb 3, 1989
  4.  
  5.     I reverse-engineered the format for a Turbo C 2.0 BGI driver using
  6.     Turbo Debugger.  I attempted to modify the driver for use under Turbo
  7.     Pascal but ran into SEGMENT definition problems.  It continued to bug me
  8.     till I discovered the simple solution for making BGI files instead of
  9.     just OBJ files.
  10.         Here is the result:  A BGI driver that can be used under Turbo Pascal
  11.         as either a BGI file or a OBJ file.
  12.  
  13.  
  14.     Notes:
  15.          >>   FloodFill is not implemented yet.
  16.          >>   No clipping of text in the OUTTEXT statement.
  17.          >>   Use SetRGBColor to change the DAC definitions.
  18.          >>   avoid use of setpalette.
  19.  
  20.     Enjoy 256 colors from turbo pascal!!!!!!!!!!
  21.