home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / EGA_VGA / VGACAP71.ZIP / README.1ST < prev    next >
Encoding:
Text File  |  1991-02-21  |  4.2 KB  |  89 lines

  1. VGACAP v7.1 Copyright 1987-91 Lawrence & Marvin Gozum, MD.
  2.  
  3. VGACAP captures MCGA/VGA 320x200x256 or SVGA 640x480x256 and 800x600x256
  4. screens.  VGACAP71.ZIP includes VGAFIL to convert 256-color 320x200,
  5. 640x480, or 800x600 grabs to GIF, PCX, BMP (Windows 3.0) and TGA (Targa 16),
  6. as well as hardcode VGACAP for FAST, SVGA SCREEN GRABS.
  7.  
  8. You can also view VGACAP and VGAFIL as a generic conversion utility since
  9. almost any MCGA/VGA/SVGA image from (320x200 to 800x600) that can be viewed,
  10. can be converted to GIF, PCX, BMP or TGA format !
  11.  
  12.  
  13. VGACAP71.ZIP MUST INCLUDE THESE FILES
  14.          ====
  15.  
  16. README   1ST    this doc
  17. REGISTER DOC    registration form
  18. VGACAP   DOC    user manual
  19. VGACAP   COM    TSR capture progam
  20. VGAFIL   EXE    configuration and GIF/PCX/BMP/TGA encoder utility (v2.1)
  21. BRUN41   EXE    required run-time module for VGAFIL
  22.  
  23. Update v7.1     * BUGFIX: GVGA code was "misplaced"; corrected.
  24.  
  25.         * BUGFIX: Tseng 4000 was in write bank only; this has been
  26.           modified for READ and WRITE bank operations.
  27.  
  28.         * VGAFIL (v2.1) - adds "-C" to configuration option to
  29.           maintain common interface with MVGAVU and other utils
  30.           we will release.
  31.  
  32. Update v7.0     * VGAFIL (v2.0) now supports Targa 16 (uncompressed TGA)
  33.                   format for those who want to edit/modify SVGA screen grabs
  34.                   with XGA, Hercules Graphics Station, Targa and other cards
  35.                   that support 32KB, 64KB, or 1.6MB colors !
  36.  
  37.                 * BUGFIX: When VGAFIL was used in COMMAND LINE mode and the
  38.                   RAW files were not located in the default directory or
  39.                   drive, "0 x 0" images were encoded and subsequent system
  40.                   "hang" resulted.  This has been corrected <whew!>.
  41.  
  42.                 * SVGA 640x480x256 and 800x600x256 hard-coded for DIRECT
  43.                   memory/bank access; captures in about 2-3 seconds (based
  44.                   on SX with 28 ms. hard disk).  The following SVGA chipsets
  45.                   are supported and can be configured with VGAFIL.
  46.  
  47.                   ATI 18800/28800 == VGA Wonder, ...
  48.                   C&T 452/453 ====== Cardinal, ...
  49.                   Paradise/PVGA ==== old Dell, AST, Compaq, ...
  50.                   Western Digital == old Dell, AST, Compaq, ...
  51.                   Genoa GVGA ======= Genoa 6x00 series, ...
  52.                   Tseng 3000 ======= old STB, Orchid, Willow, Genoa 5x00, ...
  53.                   Tseng 4000 ======= new STB, Orchid Pro II, ...
  54.                   Video7 v1-3 ====== new Dell, FW/VRAM, ...
  55.                   Headlands/V7VGA4 = Video7 1024i, ...
  56.                   Trident 88/8900 == EV678, Imtec, Logix, Maxon, Prism ...
  57.                   Zymos/TVGA 8900 == EV678, Imtec, Logix, Maxon, Prism ...
  58.                   Oak ============== (no examples)
  59.                   BIOS ============= (100% BIOS pixel read & palette usage)
  60.  
  61.         * Custom Western Digital PVGA (Paradise) support for WD90C01,
  62.           WD90C10 and WD90C11 chipsets; forces single bank select
  63.                   just in case you capture while viewing with a program that
  64.                   uses the dual bank switching mode or new 800x600x256 mode
  65.           supported by WD90C11 chip.
  66.  
  67.                 * Genoa GVGA 6100, 6200, 6300, 6400, 6600 chipset support.
  68.                   These cards are radically different from the 5x00 series.
  69.  
  70.         * Headlands/V7VGA4 (Video7 Version 5 chipset) support added
  71.                   for those with Video7 1024i SVGA cards (or clones, if any).
  72.  
  73.         * Video7/V7VGA (Version 1 to 4) chipset support modified for
  74.                   increased compatibility, read/write operations and speed.
  75.  
  76.                 * New Trident TVGA 8800/8900 chipset support. Forces 64KB
  77.                   bank switching mode and adjusts for the weird bank
  78.                   numbering scheme.  Customized for read bank operations.
  79.  
  80.                 * Optional Zymos/Trident TVGA 8900 chipset support using a
  81.                   linear/normalized 64KB bank switching scheme (just in case
  82.                   some chipsets fix/normalize the weird bank numbering
  83.                   scheme).  Customized for read bank operations.
  84.  
  85.                 * New Chips & Technologies support for 452/453 versions.
  86.  
  87.  
  88.  
  89.