cx16: use KERNAL memsiz for MEMSIZE in asminc/cx16.inc

This commit is contained in:
MooingLemur 2023-06-15 21:30:26 -04:00
parent c8aa9cc703
commit 59941d9464
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ NLINES := $0387 ; Number of screen lines
; BASIC
VARTAB := $03E1 ; Pointer to start of BASIC variables
MEMSIZE := $03E9 ; Pointer to highest BASIC RAM location (+1)
MEMSIZE := $0259 ; Pointer to highest BASIC RAM location (+1)
; ---------------------------------------------------------------------------
; Vector and other locations