home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 9 / CD_ASCQ_09_1193.iso / maj / 4383 / notes256.twk < prev    next >
Text File  |  1993-05-23  |  822b  |  37 lines

  1. TweakVGA 256 BGI driver
  2. Version 1.4
  3. May 21, 1993
  4.  
  5. Revisions:
  6.     1.3 - April 4, 1993
  7.     1.25 - January 28, 1993
  8.     1.2  - June 22, 1992
  9.  
  10. This is the newest version of my 256 color tweaked BGI driver.  All applicable
  11. functions have been implemented.
  12.  
  13. NOTES: The mouse cursor will not work
  14.  
  15.     o Greatly improved speed on bar filling (1.0)
  16.  
  17.     o Getimage/Putimage now work (1.1)
  18.  
  19.     o Paging is now implemented (1.2)
  20.  
  21.     Mode        Paging        # of pages (with 64k..no bank switch)
  22.     320x400        yes         2
  23.     360x480        no        1
  24.     376x564        no        1
  25.     400x564        no        1
  26.     400x600        no        1
  27.     320x240        yes         3
  28.  
  29.     o Mouse code hooks added (1.25)
  30.  
  31.     o Fillpattern bug fixed (It was being written backwards - 1.3)
  32.  
  33.     o Fixed text clipping at right and bottom edges (1.4)
  34.  
  35.     o Added compile-time support for 8x8, 8x14, or 8x16 bitmap fonts (1.4)
  36.  
  37.