New mainargs.s from Greg King
git-svn-id: svn://svn.cc65.org/cc65/trunk@2168 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -24,6 +24,9 @@ CURS_X = $D3 ; Cursor column
|
||||
CURS_Y = $D6 ; Cursor row
|
||||
CRAM_PTR = $F3 ; Pointer to current char in color RAM
|
||||
|
||||
BASIC_BUF = $200 ; Location of command-line
|
||||
BASIC_BUF_LEN = 89 ; Maximum length of command-line
|
||||
|
||||
CHARCOLOR = $286
|
||||
CURS_COLOR = $287 ; Color under the cursor
|
||||
PALFLAG = $2A6 ; $01 = PAL, $00 = NTSC
|
||||
|
||||
Reference in New Issue
Block a user