home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 98.img / LCNOW1.ZIP / MSHERC.TXT < prev    next >
Text File  |  1988-08-08  |  2KB  |  42 lines

  1. Hercules Graphics Support
  2. -------------------------
  3. Learn C also supports the Hercules display adapter. Below is a brief summary
  4. of this feature; see your Hercules documentation for more details. 
  5.  
  6.   Cards Supported
  7.   ---------------
  8.   Learn C supports the Hercules Graphics Card, Graphics Card Plus, Incolor
  9.   Card, and 100% compatibles.
  10.  
  11.   Display Characteristics
  12.   -----------------------
  13.   Only monochrome (two-color) text and graphics are supported. The screen
  14.   resolution is 720 x 348 pixels, monochrome. The text dimensions are 80 x 25
  15.   (9 x 14 character box). The bottom two scan lines of the 25th row are not
  16.   visible.
  17.  
  18.   The MSHERC.COM Driver
  19.   ---------------------
  20.   You must load the Hercules driver MSHERC.COM before running your program.
  21.   This file is located on distribution disk #1 (this disk). Type MSHERC to
  22.   load the driver. This can be done from an AUTOEXEC.BAT file.
  23.  
  24.  
  25.   If you have both a Hercules monochrome card and a color video card, you
  26.   should invoke MSHERC.COM with the /H (/HALF) option. The /H option causes
  27.   the driver to use one instead of two graphics pages. This prevents the two
  28.   video cards from attempting to use the same memory. You do not have to use
  29.   the /H option if you have only a Hercules card.
  30.  
  31.   Using a Mouse
  32.   -------------
  33.   To use a mouse, you must follow special instructions for Hercules cards in
  34.   the Microsoft Mouse Programmer's Reference Guide. (This must be ordered
  35.   separately; it is not supplied with either Learn C or the Mouse package.)
  36.  
  37.   Setting Graphics Mode
  38.   ---------------------
  39.   In the file GRAPH.H, note that the manifest constant _HERCMONO sets the
  40.   video mode to 720 x 348 monochrome for Hercules graphics, and that the
  41.   constant _HGC has been added in the section "videoconfig adapter values."
  42.