]> cloudbase.mooo.com Git - z180-stamp-cpm3.git/blobdiff - cbios/utils.180
Add TCGETA, TCSETA
[z180-stamp-cpm3.git] / cbios / utils.180
index a84d2171ec14e4fed661969c729e223226057c01..1fdb6cafa72ab7ee099fb05db6048585245a70e7 100644 (file)
@@ -1,4 +1,3 @@
-==== BASE ====
        title 'general utility routines'
 
        ; i/o port init routines
@@ -85,12 +84,17 @@ io1_nxt:
 
        pop     bc
        ret
+
+       cseg
+
 ;--------------------------------------------------------------------
 ; vectored CALL point
 
 ijphl:
        jp      (hl)
 
+       dseg
+
 ;--------------------------------------------------------------------
 ; add a to hl
 ;