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 / WS4BW2.FIX < prev    next >
Text File  |  2000-06-30  |  1KB  |  23 lines

  1. If you have just purchased Wordstar 4.0 CP/M and plan on using it on
  2. the Bondwell 2 computer, you have to specify the Lear Seigler ADM3A as
  3. the terminal.  The only problem is that ADM3A emulation does not
  4. support video features.  The following code overlayed on the ADM3A
  5. video attribute routine will give the Bondwell 2 user reverse video
  6. for menu displays, marking blocks of text, underlining and bold text.
  7. The code is inserted at a start address of 0386 and ends at 041F.
  8.  
  9. 0386:                       04 1B   2A 1B 49 0E   00 00 00 00
  10. 0390:   00 00 00 00   00 00 00 01   08 00 00 00   02 1B 54 00
  11. 03A0:   00 02 1B 59   00 00 02 1B   52 00 00 02   1B 45 00 00
  12. 03B0:   05 FF 86 03   00 00 02 1B   28 00 00 00   00 C9 00 00
  13. 03C0:   C9 21 E0 03   79 E6 BD CA   D4 03 3A 41   04 B7 CA 83
  14. 03D0:   02 C3 DA 03   79 E6 42 C2   83 02 21 E3   03 C3 83 02
  15. 03E0:   02 1B 49 02   1B 4E 03 04   79 E6 04 B0   C3 80 02 02
  16. 03F0:   1B 47 00 00   00 00 00 00   00 00 00 00   00 00 00 00
  17. 0400:   00 00 00 00   00 00 00 00   00 00 00 00   00 00 00 00
  18. 0410:   00 00 00 00   00 00 00 00   00 00 00 00   00 00 00 00
  19.  
  20. The ruler-line can be in reverse video also.  Change the byte at 086C
  21. to 04 for ruler-line reverse video on, or leave it alone as 00 for a
  22. normal ruler-line display.
  23.