]> git.sur5r.net Git - cc65/blobdiff - cfg/telestrat.cfg
Remove BASHEAD segment which is not useful
[cc65] / cfg / telestrat.cfg
index 42e8d2cb5463eb3b647ce874f0f82a303aa2baeb..400958f8626190b3de8308f0291dd4736b1be9a1 100644 (file)
@@ -6,8 +6,8 @@ SYMBOLS {
 MEMORY {
     ZP:      file = "", define = yes, start = $00B0,            size = $003A;
     ORIXHDR: file = %O, type   = ro,  start = $0000,            size = $001F;
-    BASHEAD: file = %O, define = yes, start = $0801,            size = $000D;
-    MAIN:    file = %O, define = yes, start = __BASHEAD_LAST__, size = __RAMEND__ - __MAIN_START__;
+#    BASHEAD: file = %O, define = yes, start = $0801,            size = $000D;
+    MAIN:    file = %O, define = yes, start = $0800, size = __RAMEND__ - __MAIN_START__;
     BSS:     file = "",               start = __ONCE_RUN__,     size = __RAMEND__ - __STACKSIZE__ - __ONCE_RUN__;
 }
 SEGMENTS {