What is UVGA ?
  UVGA is a universal bgi driver for CGA,EGA,VGA and VESA.
  In one driver you have all the mode of CGA.BGI, EGAVGA.BGI and VESA16.BGI
  plus mode 13h and VESA 256 colors modes.
  This is actually an alpha test version of this driver and only the bios
  version is available now. (FloodFill is not implemented yet).
  A faster version UVGA.BGI (direct screen access) is in the work and will be
  released if there is enough interrest.
  Source of driver may be available for registered users.

  if you have more questions ask to
  Franck PISSOTTE
  CIS:100117,200
  Email:100117.200@compuserve.com
  61 quai de la Seine
  75019 PARIS
  FRANCE

  UVGA is (C) Franck PISSOTTE
  BGI is Borland Graphic Interface

What is the advantage of UVGA bgi drivers ?
  UVGA.BGI and UVGABIOS.BGI are smaller than any other drivers while replacing
  3 or 4 standard drivers. Your can save space on hard disk and install disk
  with only one driver supporting all standard mode.

How to run the demo?
 Put BGIDEMO.EXE and UVGABIOS.BGI in the same directory and type:
 BGIDEMO n where n is a number ranging from 0 to 16. The following list give
 you the bgi mode number the resolution XxYxColor mode and bios mode number.

 0 320x200x4 CGA (04h)
 1 640x200x2 CGA (06h)
 2 320x200x16 EGA (0Dh)
 3 640x200x16 EGA (0Eh)
 4 640x350x2 EGA (0Fh)
 5 640x350x16 EGA (10h)
 6 640x480x2 VGA (11h)
 7 640x480x16 VGA (12h)
 8 320x200x256 VGA (13h)
 9 640x400x256 SVGA (0100h)
10 640x480x256 SVGA (0101h)
11 800x600x16 SVGA (0102h)
12 800x600x256 SVGA (0103h)
13 1024x768x16 SVGA (0104h)
14 1024x768x256 SVGA (0105h)
15 1280x1024x16 SVGA (0106h)
16 1280x1024x256 SVGA (0107h)

end of document
