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 / ENTERPRS / CPM / TERMS / QTPATCH.ARC / -README next >
Text File  |  1989-09-08  |  2KB  |  68 lines

  1. Well, here they are, and a fairly sorry bunch too (when compared with the
  2. collection for IMP :-/ )
  3.  
  4. There are three "classes" of patches here: non-ZSM ones - these should work
  5. as is, because they were developed by other people. These are the .ASM
  6. and .Z80 sources. You get these "as is": I have no way of testing them.
  7. See Mike Freeman's comment about the speed limit in Oklahoma to be found
  8. in QT-ZORBA.ASM :-)
  9.  
  10. The following .Z sources are my work, but untested. If you have one of the
  11. machines and are willing to try the patch out (and maybe fix it if it's
  12. wrong) I'd love to hear about it. These patches are:
  13.  
  14.     QT-MD34        Morrow MD34 / MD11 or whatever it's called
  15.     QT-OTRON    Otrona Attache
  16.     QT-PCPI        Apple ][ w/ PCPI and Super Serial Card
  17.     QT-QX10        Epson QX 10
  18.     QT-SB180    My version of Willy Gonnason's QT-SB180.Z80
  19.     QT-HP125    Hewlett Packard HP125
  20.  
  21. The remaining .Z sources are tried and tested and should work.
  22.  
  23. You are on your own for applying the .ASM and .Z80 patches. However,
  24. ZSM.COM and ZPATCH.COM will apply the .Z patches. Get QTERM.COM, your
  25. QT- patch source (I'll use QT-C128 as an example) ZSM and ZPATCH all
  26. on your A: drive. Then say:
  27.  
  28. A>ZSM QT-C128.Z
  29. A>ZPATCH QTERM.COM QT-C128.O
  30.  
  31. And you're all set.
  32.  
  33. NOTE!!!! There is one reported bug in V4.1e: the 'a' option for protocol
  34. receives doesn't work. The following patch source fixes the problem.
  35.  
  36. --------------------------------------------
  37. ; QT-BEEP.Z - fix the failure of the 'a' option to beep when a protocol
  38. ; receive finishes.
  39.  
  40. .org    0x02fa
  41. fix:    push    hl
  42.     call    0x1765
  43.     pop    hl
  44.     ret
  45.  
  46. .org    0x210c
  47.     call    fix
  48. --------------------------------------------
  49.  
  50. Apply just like the patches above, with ZSM and ZPATCH.
  51.  
  52. Any questions / comments / pies in the face, you can reach me at the
  53. following addresses:
  54.  
  55. .UUCP:        .....!harvard!xait!lakart!pallio!dg
  56. Internet:    dg%pallio.uucp@cfisun.cfi.com
  57. GEnie:        D.GOODENOUGH
  58. Q-link:        Delta G
  59. BBS's        David Goodenough on all
  60.  
  61.     (617) 825-3135
  62.     (617) 329-8528
  63.     (617) 329-4237
  64.     (617) 965-7046
  65.  
  66. PLEASE get back to me with any reports about success / failure of any of
  67. these patches, and comments for improvements, new patches, anything.
  68.