mirror of
https://github.com/cc65/cc65.git
synced 2025-02-06 12:31:12 +00:00
cx16: update RAM constants for ROM ver R42
This commit is contained in:
parent
f74775b841
commit
2dd558eae9
@ -239,12 +239,12 @@ BASIC_BUF := $0200 ; Location of command-line
|
|||||||
BASIC_BUF_LEN = 81 ; Maximum length of command-line
|
BASIC_BUF_LEN = 81 ; Maximum length of command-line
|
||||||
|
|
||||||
SCREEN_PTR := $0262 ; Pointer to current row on text screen (16 bits)
|
SCREEN_PTR := $0262 ; Pointer to current row on text screen (16 bits)
|
||||||
STATUS := $0289 ; Status from previous I/O operation
|
STATUS := $0287 ; Status from previous I/O operation
|
||||||
IN_DEV := $028D ; Current input device number
|
IN_DEV := $028B ; Current input device number
|
||||||
OUT_DEV := $028E ; Current output device number
|
OUT_DEV := $028C ; Current output device number
|
||||||
FNAM_LEN := $0291 ; Length of filename
|
FNAM_LEN := $028F ; Length of filename
|
||||||
SECADR := $0293 ; Secondary address
|
SECADR := $0291 ; Secondary address
|
||||||
DEVNUM := $0294 ; Device number
|
DEVNUM := $0292 ; Device number
|
||||||
CURS_COLOR := $0373 ; Color under the cursor
|
CURS_COLOR := $0373 ; Color under the cursor
|
||||||
CHARCOLOR := $0376 ; Cursor's color nybbles (high: background, low: foreground)
|
CHARCOLOR := $0376 ; Cursor's color nybbles (high: background, low: foreground)
|
||||||
RVS := $0377 ; Reverse flag
|
RVS := $0377 ; Reverse flag
|
||||||
@ -258,8 +258,8 @@ LLEN := $0386 ; Line length
|
|||||||
NLINES := $0387 ; Number of screen lines
|
NLINES := $0387 ; Number of screen lines
|
||||||
|
|
||||||
; BASIC
|
; BASIC
|
||||||
VARTAB := $03E2 ; Pointer to start of BASIC variables
|
VARTAB := $03E1 ; Pointer to start of BASIC variables
|
||||||
MEMSIZE := $03EA ; Pointer to highest BASIC RAM location (+1)
|
MEMSIZE := $03E9 ; Pointer to highest BASIC RAM location (+1)
|
||||||
|
|
||||||
; ---------------------------------------------------------------------------
|
; ---------------------------------------------------------------------------
|
||||||
; Vector and other locations
|
; Vector and other locations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user