]> git.sur5r.net Git - cc65/blobdiff - cfg/lunix.cfg
Fixed _textcolor definition.
[cc65] / cfg / lunix.cfg
index 3a11cc5d4455656b175906bfd529c2b6923a8c55..560b501d57f1f1a2642c76236fcf9bc576217b0e 100644 (file)
@@ -9,14 +9,14 @@ MEMORY {
     MAIN: start = %S,    size = $7600 - __STACKSIZE__;
 }
 SEGMENTS {
-    ZEROPAGE: load = ZP,   type = zp,  define = yes;                 # Pseudo-registers
-    STARTUP:  load = MAIN, type = ro;                                # First initialization code
-    LOWCODE:  load = MAIN, type = ro,                optional = yes; # Legacy from other platforms
-    ONCE:     load = MAIN, type = ro,  define = yes, optional = yes; # Library initialization code
-    CODE:     load = MAIN, type = ro;                                # Program
-    RODATA:   load = MAIN, type = ro;                                # Literals, constants
-    DATA:     load = MAIN, type = rw;                                # Initialized variables
-    BSS:      load = MAIN, type = bss, define = yes;                 # Uninitialized variables
+    ZEROPAGE: load = ZP,   type = zp,  define   = yes; # Pseudo-registers
+    STARTUP:  load = MAIN, type = ro;                  # First initialization code
+    LOWCODE:  load = MAIN, type = ro,  optional = yes; # Legacy from other platforms
+    ONCE:     load = MAIN, type = ro,  optional = yes; # Library initialization code
+    CODE:     load = MAIN, type = ro;                  # Program
+    RODATA:   load = MAIN, type = ro;                  # Literals, constants
+    DATA:     load = MAIN, type = rw;                  # Initialized variables
+    BSS:      load = MAIN, type = bss, define   = yes; # Uninitialized variables
 }
 FEATURES {
     CONDES: type    = constructor,