home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / EGA_VGA / EVRXVESA.ZIP / README.DOC < prev    next >
Encoding:
Text File  |  1990-01-11  |  2.1 KB  |  45 lines

  1. |-----------------------------------------------------------------------|
  2. |This software is provided on a pre-release Beta basis.  Use this     |
  3. |software at your own risk!  Everex is not liable for losses resulting    |
  4. |from the use of this software.                        |
  5. |-----------------------------------------------------------------------|
  6. |The following programs are written to loosely conform to the VESA     |
  7. |Super VGA BIOS Extension document VS891001.  The sample programs    |
  8. |provided are intended as demonstrations and are not intended to be    |
  9. |examples of high-performance implementations of the VESA standard.    |
  10. |If you find any omissions or errors, please report them to me on the     |
  11. |Everex Systems BBS at (415) 683-2984.                    |
  12. |                        Gary Lorensen        |
  13. |                        Everex Systems, Inc.    |
  14. |                        48571 Milmont Dr. B3    |
  15. |                        Fremont, CA   94538    |
  16. |-----------------------------------------------------------------------|
  17.  
  18. Files included in the Everex VESA Developer's Toolkit:
  19.  
  20.     README.DOC    - This file
  21.     VESA.DOC    - A complete specification of the VESA Super VGA
  22.               BIOS Extension v1.0
  23.     VESA.COM    - A memory resident program which implements 
  24.               VESA Super VGA BIOS Extension v1.0 on the
  25.               Everex EVGA (Ev673), Viewpoint VGA (Ev678),
  26.               Ultragraphics II VGA (Ev236), and future
  27.               Everex VGA cards.  The resident portion is
  28.               approximately 2.5K in size.
  29.     TESTVESA.PAS    - An example program that checks to see if VESA
  30.               support is present and then gets information
  31.               regarding modes supported and their formats.
  32.     VESAMODE.PAS    - An example program that sets a specified
  33.               standard VGA, OEM, or VESA-defined mode.
  34.     VESABOX.PAS    - A simple (and not completely implemented)
  35.               example program that finds out the current
  36.               video mode and then proceeds to draw a box
  37.               around the perimeter of the screen using
  38.               pixels or line draw characters, depending on
  39.               the memory organization.
  40.     SAVEVESA.PAS    - An example program which uses the VESA
  41.               Save/Restore Video State function to save
  42.               and restore the video state.
  43.  
  44. |-----------------------------------------------------------------------|
  45.