home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / qterm / qt43efx2.ark / QT43EFX2.Z < prev    next >
Encoding:
Text File  |  1991-05-29  |  1.0 KB  |  26 lines

  1. ;    QT43EFX2.Z - Patch to fix True Ymodem send problem in QTERM v43E
  2. ;
  3. ;    Author: Mike Freeman; 301 N.E. 107th Street; Vancouver, WA 98685;
  4. ;    Telephone (206)574-8221; Internet freeman@watsun.cc.columbia.edu
  5. ;
  6. ; This file, when compiled with ZSM and patched over QTERM.COM (version
  7. ; 43E) will fix a bug which causes QTERM v43E to fail to send files
  8. ; via True Ymodem protocol properly. This patch uses a small portion of
  9. ; the high portion of QTERM's patch area, starting at 0x04e0.
  10. ; To patch QTERM.COM (v43E): Extract QTERM.COM from QTERM43E.LBR, then:
  11. ; A>ZSM QT43EFX2.Z
  12. ; A>ZPATCH QTERM.COM QT43EFX2.O
  13. ; and voila, you have QTERM.COM with the bug fixed!
  14. ; Note: ZSM.COM and ZPATCH.COM may be obtained from ZSM23.LBR or QTZP.LBR.
  15. ; **Note** This patch allows MODEM7 batch transfers to function properly.
  16. ; -- Mike Freeman K7UIJ -- 12-May-1991
  17. ; Revised 29-May-1991 to patch properly with ZPATCH -- Mike Freeman
  18. ;
  19.     .org    0x04e0
  20.     ld    hl,(0x6725)
  21.     ld    a,(0x672d)
  22.     ret
  23.     .org    0x29c9
  24.     call    0x04e0
  25.     nop
  26.