Implemented cursor functionality.

This commit is contained in:
Stephan Mühlstrasser
2014-11-29 20:07:30 +01:00
parent 7dac57f60d
commit ac88639f4a
4 changed files with 30 additions and 10 deletions

View File

@@ -11,13 +11,11 @@
.segment "EXTZP" : zeropage
; The following values get initialized from a table in the startup code.
; While this sounds crazy, it has reasons that have to do with modules (and
; we have the space anyway). So when changing anything, be sure to adjust the
; initializer table
CURS_X: .byte 0
CURS_Y: .byte 0
CURS_SAV: .byte 0
SCR_LINELEN: .byte 24
SCREEN_PTR: .res 2
; size 5
; size 6
; Adjust size of this segment in c1p.cfg if the size changes