home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / PROGRAMS / WSTAR / WSMX80.PAT < prev    next >
Internet Message Format  |  2000-06-30  |  1KB

  1. Date: 5 Jun 1982 21:18:56-PDT
  2. From: ucivax!csuf!bytebug at Ucb-C70
  3. To:   ucivax!ucbvax!INFO-CPM
  4. Re:   WordStar Epson Patches
  5.  
  6. The following was published in our computer club's newsletter.  As I don't
  7. have an Epson MX-80, I can't make any claims to its accuracy, but would
  8. appreciate hearing how it works out.
  9.  
  10.                 Roger
  11.  
  12. ----------
  13.                          WordStar Epson Patches
  14.  
  15. The following patches will take advantage of some of the special
  16. printing modes, available when using the Epson MX-80 printer with
  17. GRAFTRAX-80 installed.
  18.  
  19. Using the INSTALL program area modification routine (after specifying
  20. teletype-like printer), enter hex code at hex address shown below.
  21.  
  22. ^A  Alternate pitch    Now selects alternate italics character set
  23.  
  24.     06B5 02
  25.     06B6 1B
  26.     06B7 34
  27.  
  28. ^N  Normal pitch    Now selects normal character set
  29.  
  30.     06BA 02
  31.     06BB 1B
  32.     06BC 35
  33.  
  34. ^Y  Ribbon Change    Now alternately sets, then resets, Epson's
  35.             "Emphasized" mode.
  36.     06DD 02
  37.     06DE 1B
  38.     06DF 45
  39.  
  40.     06E2 02
  41.     06E3 1B
  42.     06E4 46
  43.  
  44. ^Q  User 1        Sets compressed (16.5 cpi) print mode
  45.  
  46.     06C9 02
  47.     06CA 14
  48.     06CB 0F
  49.  
  50. ^W  User 2        Sets wider mode (8.25 cpi)
  51.             Will revert to compressed mode after one line.
  52.     06CE 02
  53.     06CF 0F
  54.     06D0 0E
  55.  
  56. ^E  User 3        Sets expanded mode (5 cpi)
  57.             Will reset next line.
  58.     06D3 02
  59.     06D4 12
  60.     06D5 0E
  61.  
  62. ^R  User 4        Resets pitch to standard (10 cpi)
  63.  
  64.     06D8 02
  65.     06D9 12
  66.     06DA 14
  67.  
  68. END
  69.