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 / QTERM / QT43EFX2.ARK / QT43EFX1.Z < prev    next >
Text File  |  1991-05-12  |  896b  |  22 lines

  1. ;    QT43EFX1.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 was suggested by QTERM's
  9. ; author, David Goodenough. When the patch is applied, MODEM7 batch transfers
  10. ; will no longer work.
  11. ; To patch QTERM.COM (v43E): Extract QTERM.COM from QTERM43E.LBR, then:
  12. ; A>ZSM QT43EFX1.Z
  13. ; A>ZPATCH QTERM.COM QT43EFX1.O
  14. ; and voila, you have QTERM.COM with the bug fixed!
  15. ; Note: ZSM.COM and ZPATCH.COM may be obtained from ZSM23.LBR or QTZP.LBR.
  16. ; -- Mike Freeman K7UIJ -- 12-May-1991
  17. ;
  18.     .org    0x29c9
  19.     ld    a,(0x672d)
  20.     or    a
  21.     nop
  22.