]> git.sur5r.net Git - cc65/blobdiff - cfg/atari-cassette.cfg
Fixed _textcolor definition.
[cc65] / cfg / atari-cassette.cfg
index 5e99c303e8bcff3c4648142aa66236940a36cec3..13b34cc7307ed927df51cfeebf202882ce9ea471 100644 (file)
@@ -16,6 +16,7 @@ SEGMENTS {
     EXTZP:    load = ZP,   type = zp,                optional = yes;
     CASHDR:   load = MAIN, type = ro;
     STARTUP:  load = MAIN, type = ro,  define = yes, optional = yes;
+    LOWBSS:   load = MAIN, type = rw,                optional = yes;  # not zero initialized
     LOWCODE:  load = MAIN, type = ro,  define = yes, optional = yes;
     ONCE:     load = MAIN, type = ro,                optional = yes;
     CODE:     load = MAIN, type = ro,  define = yes;