home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1002 / readme.1st < prev    next >
Text File  |  1993-06-11  |  7KB  |  148 lines

  1. *****************************************************************************
  2. SVGAQB10  A Super VGA Graphics Library For Use With MS Quick BASIC 4.X
  3. Copyright (c) 1993 By Stephen L. Balkum and Daniel A. Sill 
  4. *****************************************************************************
  5.  
  6. *****************************************************************************
  7. INTRODUCTION
  8. *****************************************************************************
  9.  
  10.         SVGAQB10 is a Super VGA graphics library designed for use with
  11. MS Quick Basic 4.X. It is written in 100% assembly language for the best
  12. possible speed. It provides the MS Quick BASIC programmer with an easy 
  13. interface to the high resolution/high color video modes of the newer SVGA
  14. video cards. Because there is no "standard" for VGA video cards above the 
  15. 320x200x256 resolution, each video card manafacturer has implemented a 
  16. slightly different method to access these high resolution/high color video 
  17. modes. This graphics library will automatically identify the video card and 
  18. its installed memory. This way, the programmer may write graphics programs 
  19. that will work on most any SVGA card without writing specific versions for 
  20. each individual SVGA card. Over 70 subroutines and functions are provided.
  21.  
  22.  
  23. *****************************************************************************
  24. SYSTEM REQUIREMENTS
  25. *****************************************************************************
  26.         
  27.         This SVGA graphics library requires a 386sx or bettor processor (to
  28. take advantage of 32 bit instructions) as well as one of the following Super 
  29. VGA video card brands/chip sets:
  30.         
  31.         Acumos SuperVGA
  32.         ATI Technologies SuperVGA
  33.         Ahead V5000 ver A SuperVGA
  34.         Ahead V5000 ver B SuperVGA
  35.         Chips and Technologies SuperVGA
  36.         Cirrus Logic CL-GD 500/600 SuperVGA
  37.         Everex Micro Enhancer SuperVGA
  38.         Genoa SuperVGA
  39.         NCR 77C22E SuperVGA
  40.         Oak Technologies OTI-067/037C SuperVGA
  41.         Paridise/Western Digital SuperVGA
  42.         Trident 8800/8900 SuperVGA
  43.         Tseng Labs 3000 SuperVGA
  44.         Tseng Labs 4000 SuperVGA
  45.         Video 7 SuperVGA
  46.         All VESA compatible SuperVGAs (version 1.00 and greater)
  47.  
  48.         The maximum resolution is dependent on the video card, its 
  49. installed memory, and the video monitor. ALL VGA video cards support the 
  50. 320x200x256 video mode. 512k of video memory is required to support the 
  51. 640x480x256 and 800x600x256 video modes. 1 meg is required to support the 
  52. 1024x768x256 video mode.
  53.         Also, video card manufactures are starting to provide VESA drivers 
  54. for their video cards. Contact the technical service department of your 
  55. video card manufacturer and see if they have a VESA driver available for 
  56. your card.
  57.  
  58.  
  59. *****************************************************************************
  60. LEGAL STUFF, REGISTRATION, BUG REPORTS, ETC
  61. *****************************************************************************
  62.  
  63. NO WARRANTY / NO LIABILITIES:
  64.         Stephen L. Balkum, Daniel A. Sill, and Zephyr Software provide no 
  65. warranties, either expressed or implied, of merchantability, or fitness, 
  66. for a particular use or purpose of this SOFTWARE and documentation.      
  67.         In no event shall Stephen L. Balkum, Daniel A. Sill, and Zephyr 
  68. Software be held liable for any damages resulting from the use of, misuse of, 
  69. or inability to use, the SOFTWARE and documentation.
  70.  
  71.  
  72. COPYRIGHT:
  73.         This software is owned by Stephen L. Balkum, Daniel A. Sill and is 
  74. protected by both United States copyright laws, and international treaty 
  75. provisions. 
  76.  
  77.  
  78. U.S. GOVERNMENT RESTRICTED RIGHTS:
  79.         Use, duplication, or disclosure of the SOFTWARE and documentation
  80. by the U.S. Government is subject to the restictions as set forth in 
  81. subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer 
  82. Software cluse at DFARS 252.227-7013. Contractor/manufacturer is Stephen 
  83. L. Balkum and Daniel A. Sill P.O. Box 7704, Austin, Texas 78713-7704
  84.  
  85.  
  86. OTHER RESTRICTIONS:
  87.         You may not rent, or lease, this SOFTWARE or documentation. You 
  88. may not network this SOFTWARE or documentation. You may not dissassemble
  89. or reverse engineer this SOFTWARE. THIS SOFTWARE IS FOR EVALUATION ONLY.
  90. YOU ABSOLUTELY MAY NOT SELL, RENT, LEASE, GIVE AWAY ANY PROGRAMS WRITTEN 
  91. USING THIS SHAREWARE VERSION OF THIS SUPER VGA GRAPHICS LIBRARY. ANYONE 
  92. FOUND DOING SO WILL BE PROSECUTED.
  93.  
  94.  
  95. REGISTRATION:
  96.         If, after evaluating this software, you would like to register it,
  97. the price is $40.00. This includes: 
  98.         (1) The registered version of the SVGAQB10 graphics library.
  99.         (2) MS Word 2.0 Documentation (it has greatly improved formatting,
  100.             a complete index, etc.)
  101.         (3) A font editor (mouse/keyboard driven with source and samples) 
  102.             that will allow you to create custom fonts (from 4x4 to 8x16) 
  103.             as well as font object files that can be linked with your program.
  104.         (4) A mouse cursor editor (mouse/keyboard driven with source and
  105.             samples) that will allow you to create custom mouse cursors as 
  106.             well as mouse cursor object files that can be linked with your 
  107.             program.
  108.         (5) Discounts on upgrades and alternate versions (such as the MS C 
  109.         version, or Borland versions) of the SOFTWARE as they become 
  110.         available.
  111. Please see the file 'ORDER.FRM' for complete ordering information.
  112.  
  113.  
  114. COMMENTS, SUGGESTION, BUG REPORTS:
  115.         We are very interested in what you think of our library, Please 
  116. send all comments, suggestions, ideas, and bug reports to:
  117.  
  118.      Zephyr Software
  119.      P.O. Box 7704
  120.      Austin, Texas  78713-7704
  121.  
  122. We can also be contacted through internet:
  123.         
  124.      balkum@zoe.as.utexas.edu
  125.      sill@zoe.as.utexas.edu
  126.  
  127. FUTURE PLANS:
  128.         We will soon release a version of this library for MS C (it will
  129. be called 'SVGAMC10'). Plans are also in the works for versions that
  130. will be compatible with Borland products (C, C++, Turbo C, Pascal). New
  131. functions, as well as support for other SVGA cards are also planned.
  132.  
  133.  
  134. ABOUT SHAREWARE:
  135.         We are big believers in the shareware concept. Both of us have 
  136. purchased several shareware packages. In keeping with the concept of 
  137. shareware, this software package is in no way crippled, oversized, or
  138. otherwise disabled. The only difference between the registered version
  139. and the shareware version is that the registered version will have your
  140. name and a serial number encoded within it.
  141.  
  142. Please help all shareware authors and register the software that you use.
  143.  
  144. Thank you for taking the time to read this.
  145.  
  146.         Stephen L. Balkum                       Daniel A. Sill
  147.  
  148.