1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-03 16:33:19 +00:00

Remove cursor from conio init

This commit is contained in:
Karri Kaksonen 2022-04-04 10:51:13 +03:00
parent 6017671fd9
commit 0e6b490c8b

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