home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / uploads / ws4-my.lbr / WS4-MY.DZC / WS4-MY.DOC
Encoding:
Text File  |  1993-02-13  |  4.1 KB  |  114 lines

  1.  
  2.                             WS4-MYZ80
  3.                            Version 1.0
  4.                  An Overlay for WordStar 4 CP/M
  5.  
  6.                           Gene Pizzetta
  7.                         February 13, 1993
  8.  
  9.  
  10. WS4-MY.Z80 is an overlay for WordStar CP/M Release 4 for use under 
  11. the MYZ80 CP/M emulator on IBM-AT compatible machines.
  12.  
  13. WHAT THIS OVERLAY DOES
  14.  
  15. After your WordStar 4 receives a copy of this overlay, several 
  16. video attributes will be used so that you can see the effect of 
  17. various printer code toggles, such as ^PB (boldfacing), ^PS 
  18. (underlining), etc.  Text within marked blocks will also be 
  19. identified.
  20.  
  21. The overlay provides for the following screen attributes:
  22.  
  23.    o Normal text is in dim video.
  24.  
  25.    o Boldface (^PB) and Double-strike text (^PD) are in bright 
  26.      video.
  27.  
  28.    o Underlined text (^PS), Italic text (^PY), Subscripts (^PV), 
  29.      Superscripts (^PT), and Strike-outs (^PX) are underlined 
  30.      (alternate color).
  31.  
  32.    o Marked blocks (^KB and ^KK) are in reverse video.
  33.  
  34.    o Error messages blink.
  35.  
  36. This particular selection allows for all strings surrounded by 
  37. the various printer code toggles to be easily identified on the 
  38. screen so the printed copy will not contain any surprises.  Bold 
  39. text strings, the most commonly used printer code toggles, are 
  40. uniquely highlighted on the screen.  All other printer toggles 
  41. use the underline attribute (there aren't enough unique 
  42. attributes to go around).  This tactic does allow, however, for 
  43. bold strings to be always highlighted, even when other printer 
  44. toggles are active at the same time.
  45.  
  46. Note that since most IBM color adapters will not display 
  47. underlined characters, underlining will appear as an alternate 
  48. color on most screens.
  49.  
  50. This overlay makes a few other changes to WS.COM:
  51.  
  52.  (1) The delete character will display as the standard IBM 
  53.      character set delete character, instead of "DEL".
  54.  
  55.  (2) The BRITE label is set so WordStar displays normal text in 
  56.      dim video.
  57.  
  58.  (3) Various delays have been changed to MicroPro's recommenda- 
  59.      tions for a 9-megahertz CPU, which seem to work under MYZ80 
  60.      just like they do on my SB180.
  61.  
  62. INSTALLING THIS OVERLAY
  63.  
  64. This overlay does not replace terminal installation via WSCHANGE.  
  65. That must be done first, before this overlay can be used.
  66.  
  67. Call WSCHANGE to modify your copy of WordStar 4, CP/M Edition, so 
  68. you can use it under MyZ80.
  69.  
  70. After WSCHANGE starts, choose "Console" (item A), then "Monitor" 
  71. (item A again), then "Monitor Selection" (item A for the third 
  72. time).  At the monitor selection menu, select "Televideo 
  73. 912/920".  Then press "X" to exit monitor selection.
  74.  
  75. Now choose "Screen Sizing" (item C), and then "Height" (item A).  
  76. At the prompt enter "25".  The number of screen lines MUST be set 
  77. to 25 for WordStar to operate properly.
  78.  
  79. Once those two changes are made, exit the WSCHANGE menus and save 
  80. the changes.
  81.  
  82. WS4-MY.Z80 can now be installed.  First assemble the file into an 
  83. hex code file.  You can use nearly any assembler.  For SLR's 
  84. Z80ASM, the following command does it:
  85.      Z80ASM WS4-MY/H
  86. For Al Hawley's ZMAC the command is similar:
  87.      ZMAC WS4-MY /H
  88.  
  89. Then use Al's MYLOAD to overlay your WS.COM file:
  90.      MYLOAD NWS.COM=WS.COM,WS4-MY.HEX
  91.  
  92. After you've tested NWS.COM and you're satisfied that everything 
  93. is working okay, use WSCHANGE to change its name to WS.COM, or 
  94. whatever you usually call it, and move it to your WordStar 
  95. directory.
  96.  
  97. BUG REPORTS
  98.  
  99. This overlay was adapted from one I did for my TeleVideo 965 
  100. several years ago.  That overlay had been based on one I did even 
  101. earlier for my late Commodore 128.  MYZ80's attributes required a 
  102. bit of tweeking, however, to get them to work properly.  For the 
  103. details, see the comments in the the source code, particularly at 
  104. the label VIDATT.
  105.  
  106. Bugs should be reported as soon as possible, so I can fix them at 
  107. my leisure.
  108.  
  109.      Gene Pizzetta
  110.      481 Revere Street
  111.      Revere, MA  02151
  112.      Voice (617) 284-0891
  113.      Newton Centre Z-Node (617) 965-7259
  114.