Fixed several problems with the new output routines
git-svn-id: svn://svn.cc65.org/cc65/trunk@1823 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -39,11 +39,13 @@ FKEY_TEXT = $100A ; Function key texts
|
||||
; Kernal routines
|
||||
|
||||
; Direct entries
|
||||
CURS_SET = $CD57
|
||||
CURS_ON = $CD6F
|
||||
CURS_OFF = $CD9F
|
||||
CLRSCR = $C142
|
||||
KBDREAD = $C006
|
||||
PRINT = $C00C
|
||||
NEWLINE = $C363
|
||||
PRINT = $C322
|
||||
|
||||
; Extended jump table
|
||||
SETBNK = $FF68
|
||||
|
||||
Reference in New Issue
Block a user