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:
parent
6017671fd9
commit
0e6b490c8b
@ -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