Finalize 2.8.3

This commit is contained in:
Wayne Warthen
2017-08-23 20:32:44 -07:00
parent 1060cfd441
commit 2fd22922d5
14 changed files with 17 additions and 5 deletions

View File

@@ -198,6 +198,10 @@ comset:
;
comset1:
call ldcom ; load config for port
;
ld a,(comatr) ; get attributes
bit 7,a ; terminal?
jp nz,prtcom ; terminal not configurable
;
ld a,(ix) ; get current char
cp 0 ; nothing more?