]> git.sur5r.net Git - cc65/commitdiff
New upper memory limit
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 22 Nov 2002 23:45:57 +0000 (23:45 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 22 Nov 2002 23:45:57 +0000 (23:45 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1598 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/cfg/plus4.cfg

index 2021c1b531af6872beb5321635338029aa0711bc..b2b734fb88f6dcdc2f1f4da854852d67c296c0eb 100644 (file)
@@ -1,6 +1,6 @@
 MEMORY {
     ZP: start = $02, size = $1A, type = rw, define = yes;
-    RAM: start = $0fff, size = $7001, file = %O;
+    RAM: start = $0fff, size = $ED01, file = %O;
 }
 SEGMENTS {
     STARTUP: load = RAM, type = wprot;
@@ -20,7 +20,7 @@ FEATURES {
            type = destructor,
            label = __DESTRUCTOR_TABLE__,
            count = __DESTRUCTOR_COUNT__;
-    /* condes functions with type 2 are called in the interrupt */
+    # condes functions with type 2 are called in the interrupt
     CONDES: segment = RODATA,
            type = 2,
            label = __IRQFUNC_TABLE__,