From e2d14291b74e3cbbbc584c9d24f95860bf65313d Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Wed, 25 May 2016 01:29:00 +0200 Subject: [PATCH] make BSS segment optional in atari-cassette.cfg --- cfg/atari-cassette.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/atari-cassette.cfg b/cfg/atari-cassette.cfg index 84bb5ad02..5e99c303e 100644 --- a/cfg/atari-cassette.cfg +++ b/cfg/atari-cassette.cfg @@ -21,7 +21,7 @@ SEGMENTS { CODE: load = MAIN, type = ro, define = yes; RODATA: load = MAIN, type = ro, optional = yes; DATA: load = MAIN, type = rw, optional = yes; - BSS: load = MAIN, type = bss, define = yes; + BSS: load = MAIN, type = bss, define = yes, optional = yes; INIT: load = MAIN, type = bss, optional = yes; } FEATURES {