1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +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
-7
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