home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
enterprs
/
cpm
/
terms
/
qtpatch.arc
/
-README
next >
Wrap
Text File
|
1989-09-08
|
2KB
|
68 lines
Well, here they are, and a fairly sorry bunch too (when compared with the
collection for IMP :-/ )
There are three "classes" of patches here: non-ZSM ones - these should work
as is, because they were developed by other people. These are the .ASM
and .Z80 sources. You get these "as is": I have no way of testing them.
See Mike Freeman's comment about the speed limit in Oklahoma to be found
in QT-ZORBA.ASM :-)
The following .Z sources are my work, but untested. If you have one of the
machines and are willing to try the patch out (and maybe fix it if it's
wrong) I'd love to hear about it. These patches are:
QT-MD34 Morrow MD34 / MD11 or whatever it's called
QT-OTRON Otrona Attache
QT-PCPI Apple ][ w/ PCPI and Super Serial Card
QT-QX10 Epson QX 10
QT-SB180 My version of Willy Gonnason's QT-SB180.Z80
QT-HP125 Hewlett Packard HP125
The remaining .Z sources are tried and tested and should work.
You are on your own for applying the .ASM and .Z80 patches. However,
ZSM.COM and ZPATCH.COM will apply the .Z patches. Get QTERM.COM, your
QT- patch source (I'll use QT-C128 as an example) ZSM and ZPATCH all
on your A: drive. Then say:
A>ZSM QT-C128.Z
A>ZPATCH QTERM.COM QT-C128.O
And you're all set.
NOTE!!!! There is one reported bug in V4.1e: the 'a' option for protocol
receives doesn't work. The following patch source fixes the problem.
--------------------------------------------
; QT-BEEP.Z - fix the failure of the 'a' option to beep when a protocol
; receive finishes.
.org 0x02fa
fix: push hl
call 0x1765
pop hl
ret
.org 0x210c
call fix
--------------------------------------------
Apply just like the patches above, with ZSM and ZPATCH.
Any questions / comments / pies in the face, you can reach me at the
following addresses:
.UUCP: .....!harvard!xait!lakart!pallio!dg
Internet: dg%pallio.uucp@cfisun.cfi.com
GEnie: D.GOODENOUGH
Q-link: Delta G
BBS's David Goodenough on all
(617) 825-3135
(617) 329-8528
(617) 329-4237
(617) 965-7046
PLEASE get back to me with any reports about success / failure of any of
these patches, and comments for improvements, new patches, anything.