1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 02:29:32 +00:00

Remove cursor from conio init

This commit is contained in:
Karri Kaksonen 2022-04-04 10:51:13 +03:00 committed by mrdudz
parent 8b06ff18c0
commit f576764214

View File

@ -14,18 +14,11 @@
.export _zones
.export _dll
.export _initconio
.export CURS_X, CURS_Y
.bss
_screen:
.res charsperline * screenrows
.data
CURS_X:
.byte 0
CURS_Y:
.byte 0
;----------------------------------------------------------------------------
; Macros used to generate lists