home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SCREEN / H43EMU10.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1991-02-05  |  4.1 KB  |  95 lines

  1.                   
  2.  
  3.                   43  -  EGA 43 line emulator for Hercules.
  4.  
  5.                                 (Version 1.0)
  6.  
  7.                        (c) Torsten Bachmann, Feb 1991
  8.  
  9. ╒════════════════════════════════════════════════════════════════════════════╕
  10. │                                      │                                     │
  11. │   ┌───────────────────────────────┐  │                                     │
  12. │   │▀▀█████▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀│  │  43 lines on a Hercules ?           │
  13. │   │  █████   ╒═══════════════════╕│  │                                     │
  14. │   │          │.......            ││  │  You thought, that is impossible ?  │
  15. │   │╒═════════════╕               ││  │                                     │
  16. │   ││...          │               ││  │                                     │
  17. │   ││             │───────────────┘│  │  YOU'RE WRONG !                     │
  18. │   │└─────────────┘                │  │                                     │
  19. │   │▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄│  │  Try this program !!                │
  20. │   └───────────────────────────────┘  │                                     │
  21. │                                      │                                     │
  22. ╘════════════════════════════════════════════════════════════════════════════╛
  23.  
  24.  
  25. OVERVIEW
  26.      The Hercules Graphic Card is a pretty good/cheap Videoadapter. If
  27.      you try calculating, you'll work out that 90x43 characters can be
  28.      displayed with a 8x8 pixel matrix on the 720x348 pixel screen.
  29.      Cause the original EGA uses the 8x8 pixel matrix too, the display-
  30.      ed text looks still very good.
  31.  
  32.      My intention to write this program have been monitors, which can
  33.      display much more than 25 lines of text. Since I don't have the
  34.      money to buy such a beast, I preferred the software solution.
  35.  
  36.      This program emulates parts of an EGA. This is detection of video
  37.      adaptor and switching between 25/43 lines. But the most important
  38.      thing is: this program simulates the 43-line mode. This is done
  39.      by continuosly copying the characters from text to graphic screen.
  40.         The problem is, this can only be done at great expense of com-
  41.      puting speed. Since the standard equipment is an AT 286 compatible
  42.      computer with at least 12 MHz, there is still enough power.
  43.  
  44.  
  45.      You find more documentation in 43.doc, hmode.doc, egafont.doc.
  46.  
  47.  
  48. PACKING
  49.      read.me            This file
  50.      43.exe             The EGA emulator
  51.      43.doc
  52.      43.fnt             The standard font file (editable)
  53.      43thin.fnt         Another font with thinner characters
  54.      hmode.exe          A utility to switch between HGC video modes.
  55.      hmode.doc
  56.      egafont.exe        A utility to extract the 8x8 font from an EGA.
  57.      egafont.doc
  58.      set43.bat          Utilities to switch NANSI.SYS / ZANSI.SYS between
  59.      set25.bat          43/25 line mode.
  60.  
  61.  
  62. COPYRIGHT
  63.      Copyright (c) Feb 1991 Torsten Bachmann, all rights reserved.
  64.  
  65.      This program is distributed WITHOUT ANY WARRANTY; without even
  66.      the implied warranty of merchantability or fitness for a partic-
  67.      ular purpose.
  68.      THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
  69.      IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE
  70.      COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  71.  
  72.      This program may be freely distributed on a non profit basis,
  73.      but you must include all files from the original distribution !
  74.  
  75.  
  76. REGISTRATION
  77.      Not necessary! If you find this program useful, please send a
  78.      donation of $10 - or more - or just a letter or email, since
  79.      I'd like to know much people will use this program.
  80.  
  81.      If you send $50, you will receive a copy of the complete source
  82.      code (of course for private/noncommercial use). Nearly all is
  83.      written in C with very little percentage of assembler. To
  84.      compile you need TurboC and Tasm from Borland International INC.
  85.  
  86.  
  87. AUTHOR
  88.      Torsten Bachmann
  89.      Dr. H. Kapfingerstr. 13 A213
  90.      8390 Passau
  91.      GERMANY
  92.  
  93.      Internet: bachmann@fmi.uni-passau.de
  94.  
  95.