Fixed capslock on startup

git-svn-id: svn://svn.cc65.org/cc65/trunk@2051 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-04-14 14:45:47 +00:00
parent 21c7002bed
commit c3b242339c
2 changed files with 13 additions and 18 deletions

View File

@@ -10,7 +10,8 @@
; ---------------------------------------------------------------------------
; Low memory
CAPSLOCK = $20C
CURS_Y = $268
CURS_X = $269
STATUS = $26A
@@ -20,7 +21,7 @@ KEYBUF = $2DF
; ---------------------------------------------------------------------------
; ROM entries
PRINT = $F77C