home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
cpm
/
qterm
/
qtpat42.lbr
/
QT-TS803.ZY
/
QT-TS803.ZY
Wrap
Text File
|
1991-05-29
|
512b
|
25 lines
; QT-TS803.Z - patch to disable interrupt driven input for QTERM on the 803,
; this simply polls the modem
; modify the input & input status routines
.org 0x0110
modist:
in a,(0x2d)
and 0x80
ret
.org 0x0120
modin:
in a,(0x2f)
ret
; Entry and exit hooks. These are provided to perform custom initialisation
; on startup, and also to perform custom code on exit.
.org 0x0270
entry: ret
.org 0x0273
exit: ret