]> git.sur5r.net Git - cc65/commitdiff
Use all available memory below the ROM.
authorChristian Groessler <chris@groessler.org>
Thu, 3 Oct 2013 12:11:35 +0000 (14:11 +0200)
committerChristian Groessler <chris@groessler.org>
Thu, 3 Oct 2013 12:13:13 +0000 (14:13 +0200)
cfg/atarixl-largehimem.cfg
cfg/atarixl-overlay.cfg
cfg/atarixl.cfg

index d34494772cfc6d19de0d67ba97218cbe5490d3c0..7af90e214995dc857730cc91fd6b412e3ee6ef53 100644 (file)
@@ -45,7 +45,7 @@ MEMORY {
     CHARGEN:       file = "", define = yes, start = $D800, size = $0400;
 
 # memory beneath the ROM
-    HIDDEN_RAM:    file = "", define = yes, start = $DC00, size = $FFF0 - $DC00;
+    HIDDEN_RAM:    file = "", define = yes, start = $DC00, size = $FFFA - $DC00;
 }
 
 SEGMENTS {
index a07d8b27a7ea082db20ea26bc9818da51acac705..42cc5fac9998bc385da8cfbcd7d8ce40b11d7fb5 100644 (file)
@@ -1,3 +1,4 @@
+B
 FEATURES {
     STARTADDRESS: default = $2400;
 }
@@ -46,7 +47,7 @@ MEMORY {
     CHARGEN:       file = "", define = yes, start = $E000, size = $0400;
 
 # memory beneath the ROM
-    HIDDEN_RAM:    file = "", define = yes, start = $E400, size = $FFF0 - $E400;
+    HIDDEN_RAM:    file = "", define = yes, start = $E400, size = $FFFA - $E400;
 
 # overlays
     OVL1:          file = "%O.1",           start = %S,                     size = __OVERLAYSIZE__;
index 55a14a5e0558e59052af9c076ee1fa40400111f3..04a260059cd4eb8a1ec662b596a898260cf6b108 100644 (file)
@@ -43,7 +43,7 @@ MEMORY {
     CHARGEN:       file = "", define = yes, start = $E000, size = $0400;
 
 # memory beneath the ROM
-    HIDDEN_RAM:    file = "", define = yes, start = $E400, size = $FFF0 - $E400;
+    HIDDEN_RAM:    file = "", define = yes, start = $E400, size = $FFFA - $E400;
 }
 
 SEGMENTS {