Add mono conio files

This commit is contained in:
Karri Kaksonen
2022-04-18 11:59:54 +03:00
committed by mrdudz
parent b8c450cb46
commit f2f358262e
12 changed files with 18 additions and 22 deletions

View File

@@ -24,7 +24,6 @@
;
.export gotoxy, _gotoxy, gotox, gotoy
.export CURS_X, CURS_Y
.constructor init_cursor
.interruptor blink_cursor
@@ -43,10 +42,6 @@
; The variables used by cursor functions
;
CURS_X:
.byte 0
CURS_Y:
.byte 0
blink_time:
.byte 140