]> git.sur5r.net Git - cc65/blobdiff - cfg/creativision.cfg
Added missing pointer star for Basic structure.
[cc65] / cfg / creativision.cfg
index 9e4ecd8cea7bd2d294bf2dd65fb07f7d3e816955..2eb9ac4278e82ab6e72fa430420551d4e77708fe 100644 (file)
@@ -1,9 +1,9 @@
 SYMBOLS {
-    __STACKSIZE__: type = weak, value = $0180;
+    __STACKSIZE__: type = weak, value = $0040;
 }
 MEMORY {
     ZP:  file = "", define = yes, start = $0020, size = $00E0;
-    RAM: file = "", define = yes, start = $01FA, size = $0206;
+    RAM: file = "", define = yes, start = $01FA, size = $0206 - __STACKSIZE__;
     ROM: file = %O, define = yes, start = $B000, size = $1000, fill = yes, fillval = $FF;
 }
 SEGMENTS {