home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SCREEN / UCGA10.ZIP / UCGA.DOC next >
Encoding:
Text File  |  1990-12-31  |  2.6 KB  |  57 lines

  1. UniCGA Version 1.0: Universal CGA simulator             (c) 1991 Tommy Frandsen
  2. -------------------------------------------------------------------------------
  3. CGA simulator for the Hercules Graphics Card 
  4.  
  5. Features:
  6.      - Supports all CGA graphics and text modes
  7.      - Automaticly detects the correct CGA mode
  8.      - Four different simulation methods
  9.      - Adjustable refresh rate
  10.      - Has been succesfully tested with many applications and games
  11.  
  12. Requirements:
  13.      - An IBM PC/XT/AT/Clone
  14.      - MS-DOS/PC-DOS 2.0 or higher
  15.      - A Hercules Graphics Card/Clone
  16.  
  17. Syntax: UCGA [ -c | -cxxx | -f | -s | -sxxx | -d | -u | -h ]
  18.  
  19. Description:
  20.      UCGA -c    : hardware simulation, 240 refreshes/min.
  21.      UCGA -cxxx : hardware simulation, xxx refreshes/min.
  22.      UCGA -f    : hardware simulation, no refresh (fast)
  23.      UCGA -s    : software simulation, 180 refreshes/min.
  24.      UCGA -sxxx : software simulation, xxx refreshes/min.
  25.      UCGA -d    : software simulation, DOS controlled refresh
  26.      UCGA -u    : disable simulation and return to text mode
  27.      UCGA -h    : show help-screen 
  28.  
  29. Comments:
  30.      - The "-f" option (hardware simulation without refresh) is very fast but
  31.        produces annoying blank lines. The "-c" option (hardware simulation 
  32.        with timed refresh) is slower but eliminates the blank lines
  33.      - The "-s" option (software simulation with timed refresh) is the slowest
  34.        simulation method but it produces the most pleasant display
  35.      - The "-d" option (DOS controlled refresh) will only work with programs
  36.        that uses DOS for input and output (like COMMAND.COM)
  37.      - Use the DOS MODE command to switch between 40 and 80 column text mode
  38.      - Use the DOS GRAFTABL command to load graphics characters (ASCII 128-255)
  39.      
  40.  
  41. Warnings:
  42.      - Do not run UCGA if there is no Hercules Graphics Card installed
  43.      - Do not run UCGA if there is more than one graphics card installed
  44.      - Although this program has been very troughfully tested, any usage of 
  45.        UCGA is totally at your own risk. I am not responsible for any damage 
  46.        caused by the program, either direct or indirect, to your hardware 
  47.        or software. If you can't accept this restriction, please don't use 
  48.        UCGA.
  49. -------------------------------------------------------------------------------
  50. You may freely copy and distribute this program. If you find UniCGA useful 
  51. and convenient, a donation of $5 would be appreciated. Please send check to:
  52.      Tommy Frandsen
  53.      Lovtoften 50
  54.      DK-2630 Taastrup
  55.      Denmark
  56. -------------------------------------------------------------------------------
  57.