home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / prg / svgabg55 / notes16.svg < prev    next >
Text File  |  1994-08-22  |  2KB  |  71 lines

  1. SuperVGA 16 BGI driver
  2. Version 2.2
  3. August 23, 1994
  4.  
  5. Revisions:
  6.     2.2 - August 23, 1994
  7.     2.15 - July 20, 1994
  8.     2.1 - March 30, 1994
  9.     2.05 - March 8, 1994
  10.     2.0 - August 28, 1993
  11.     1.7 - May 21, 1993
  12.     1.6 - April 20, 1993
  13.     1.55 - January 28, 1993
  14.     1.5 - June 22, 1992
  15.  
  16. This is the latest version of my 16 color BGI driver.  All functions have
  17. been implemented (including paging and floodfill), and should work like
  18. the EGAVGA driver.
  19.  
  20.     o Fixed putimage bug. Now logical operations work the way they
  21.       are supposed to. ;->
  22.  
  23.     o Added new logical operations to putimage:
  24.       XNOR_PUT
  25.       NAND_PUT
  26.       NOR_PUT
  27.  
  28.     o Fixed VESA support (1.4)
  29.  
  30.     o Support for the S3 card (non-native mode) has been added (1.5)
  31.  
  32.     o Enhanced paging support (1.5)
  33.  
  34.       Mode        Paging?        # of pages (with 1M)  (with std VGA)
  35.       320x200    yes                32    8
  36.       640x200    yes                16    4
  37.       640x350    yes                8    2
  38.       640x480    yes                4    1
  39.       800x600    yes                4    0
  40.       1024x768    yes                2    0
  41.  
  42.     o Mouse code hooks added (1.55)
  43.  
  44.     o New card support added, changed old card support (1.6)
  45.         Acumos, Avance Logic 2101, Cirrus 54xx, Compaq, MXIC 68020, NCR, 
  46.         Primus 2000, Realtek
  47.  
  48.     o Paging enhanced to work with new cards (1.6)
  49.  
  50.     o 1280x1024x16 support added (not fully tested) (1.6)
  51.  
  52.     o Fixed text clipping at right and bottom edges (1.7)
  53.  
  54.     o Added compile-time support for 8x8, 8x14, or 8x16 bitmap fonts (1.7)
  55.  
  56.     o Drivers now have compile-time support for BGI version 3.0.
  57.       Supports protected mode with Borland Pascal 7.0 (2.0)
  58.  
  59.     o Fixed bug in Cirrus Logic detect (2.05)
  60.  
  61.     o Sped up line drawing & bar slightly (2.1)
  62.  
  63.     o New, improved card detection support (2.1)
  64.       Supports IITAGX, UMC, HMC, Weitek cards.
  65.  
  66.     o Fixed Chips & Technologies detect bug (2.15)
  67.  
  68.     o Integrated support for HGXMOUSE mouse cursor TSR. (2.15)
  69.  
  70.     o Fixed IIT AGX bankswitch bug (2.2)
  71.