From 59941d94642a6fc25c6392486fca2b7e4aae46bf Mon Sep 17 00:00:00 2001 From: MooingLemur Date: Thu, 15 Jun 2023 21:30:26 -0400 Subject: [PATCH] cx16: use KERNAL memsiz for MEMSIZE in asminc/cx16.inc --- asminc/cx16.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asminc/cx16.inc b/asminc/cx16.inc index be63780c8..d264add38 100644 --- a/asminc/cx16.inc +++ b/asminc/cx16.inc @@ -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