mirror of
https://github.com/cc65/cc65.git
synced 2024-11-15 11:05:56 +00:00
Remove cursor from conio init
This commit is contained in:
parent
8b06ff18c0
commit
f576764214
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user