diff --git a/cfg/atari-cassette.cfg b/cfg/atari-cassette.cfg index b138b8f0e..84bb5ad02 100644 --- a/cfg/atari-cassette.cfg +++ b/cfg/atari-cassette.cfg @@ -21,8 +21,8 @@ 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; INIT: load = MAIN, type = bss, optional = yes; - BSS: load = MAIN, type = bss, define = yes, optional = yes; } FEATURES { CONDES: type = constructor,