Add blinking cursor on input

git-svn-id: svn://svn.cc65.org/cc65/trunk@944 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-09-18 12:23:28 +00:00
parent e7c270e7ac
commit 5723cfed0c
5 changed files with 134 additions and 19 deletions

View File

@@ -93,13 +93,13 @@ ScreenRight = $DF
ModKey = $E0
NorKey = $E1
BitTable = $E2
BlinkOn = $E6
BlinkCounter = $E7
CURS_FLAG = $E6 ; 1 = no cursor
CURS_BLINK = $E7 ; cursor blink counter
CRAM_PTR = $E8
TempColor = $EA
BlinkSwitch = $EB
CURS_STATE = $EB ; Cursor blink state
CHARCOLOR = $EC
CursBackColor = $ED ; Color behind cursor
CURS_COLOR = $ED ; Color behind cursor
OutCharTmp = $EE
ScreenSeq = $EF ; Segment of video RAM