home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / SCREEN / FHPRTSC.ZIP / FHPRTSC.DOC < prev    next >
Encoding:
Text File  |  1990-10-12  |  2.4 KB  |  55 lines

  1.  
  2.  
  3.     In addition to the original package described below,
  4.     this archive includes two new routines:
  5.  
  6.     fhprtsc.com is a bug fix for hprtsc.com so that
  7.     it will drive an Epson FX-80 type printer. The new routine,
  8.     fhprtsc.com, functions just like the original hprtsc.com.
  9.  
  10.     Also included is a routine, nhprtsc.com, which does not
  11.     wait for the page number to be input. Instead, it just
  12.     automatically dumps graphics page 1 when PrtSc is pressed.
  13.     Included also are the modified assembly routines, commented
  14.     to indicate where the changes were made. This routine comes
  15.     with absolutely no guarantee of any kind.
  16.  
  17.                     Bill Reynolds
  18.                     breynolds@ucsd.edu 
  19.     
  20.  
  21.  
  22.  
  23.  
  24.  
  25.           This program implements a graphics screen dump from a
  26.           Hercules monochrome graphics board. It was written for the
  27.           Epson LX80/LX90 printers, but it should work on other Epson
  28.           compatible printers.
  29.           
  30.           To load the program, simply type HPRTSC from the DOS prompt.
  31.           This should probably be done in your AUTOEXEC.BAT file. From
  32.           then on you simply need to press the PrtSc key (it is
  33.           shifted) to print out a screen image.
  34.           
  35.           When the PrtSc key is pressed, HPRTSC checks to see if the
  36.           Hercules board is in text mode or graphics mode. If it is in
  37.           text mode, the screen is dumped to your printer as normal
  38.           ASCII characters. In graphics mode, HPRTSC will pause and
  39.           wait for you to press either the '1' or the '2' key to
  40.           indicate which of the two graphics pages on the Hercules
  41.           board you wish to dump (if you don't understand this, press
  42.           '1'; if that doesn't do what you want, press PrtSc again and
  43.           then try '2'). If you press any key other than '1' or '2',
  44.           HPRTSC will beep and then return. You can use this to freeze
  45.           an animated graphics display to look at it more closely.
  46.           Just press PrtSc to freeze the screen. To unfreeze it, just
  47.           press any key other than '1' or '2'.
  48.           
  49.           More detailed comments appear at the beginning of the source
  50.           code which is included with this package.
  51.           
  52.           Alan Groupe
  53.           Background Processes
  54.           PO Box 6347
  55.           Nashua, NH 03063 
  56.