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:
cuz
2002-12-21 14:11:32 +00:00
parent deca5a5fba
commit ea4d2f4e6f
3 changed files with 50 additions and 17 deletions

View File

@@ -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