home *** CD-ROM | disk | FTP | other *** search
- ; QT43EFX2.Z - Patch to fix True Ymodem send problem in QTERM v43E
- ;
- ; Author: Mike Freeman; 301 N.E. 107th Street; Vancouver, WA 98685;
- ; Telephone (206)574-8221; Internet freeman@watsun.cc.columbia.edu
- ;
- ; This file, when compiled with ZSM and patched over QTERM.COM (version
- ; 43E) will fix a bug which causes QTERM v43E to fail to send files
- ; via True Ymodem protocol properly. This patch uses a small portion of
- ; the high portion of QTERM's patch area, starting at 0x04e0.
- ; To patch QTERM.COM (v43E): Extract QTERM.COM from QTERM43E.LBR, then:
- ; A>ZSM QT43EFX2.Z
- ; A>ZPATCH QTERM.COM QT43EFX2.O
- ; and voila, you have QTERM.COM with the bug fixed!
- ; Note: ZSM.COM and ZPATCH.COM may be obtained from ZSM23.LBR or QTZP.LBR.
- ; **Note** This patch allows MODEM7 batch transfers to function properly.
- ; -- Mike Freeman K7UIJ -- 12-May-1991
- ; Revised 29-May-1991 to patch properly with ZPATCH -- Mike Freeman
- ;
- .org 0x04e0
- ld hl,(0x6725)
- ld a,(0x672d)
- ret
- .org 0x29c9
- call 0x04e0
- nop
-