X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cfg%2Fcreativision.cfg;h=2eb9ac4278e82ab6e72fa430420551d4e77708fe;hb=58484449b4842517d09618bc1c5dad59373250ef;hp=06e39b36ffdcb73a8612838b6dde52571ecb740f;hpb=a5fba551d14497657e2abc9687a092d26bd218c2;p=cc65 diff --git a/cfg/creativision.cfg b/cfg/creativision.cfg index 06e39b36f..2eb9ac427 100644 --- a/cfg/creativision.cfg +++ b/cfg/creativision.cfg @@ -1,10 +1,10 @@ SYMBOLS { - __STACKSIZE__: type = weak, value = $0180; + __STACKSIZE__: type = weak, value = $0040; } MEMORY { ZP: file = "", define = yes, start = $0020, size = $00E0; - RAM: file = "", define = yes, start = $01FA, size = $0206; - ROM: file = %O, define = yes, start = $B000, size = $1000; + RAM: file = "", define = yes, start = $01FA, size = $0206 - __STACKSIZE__; + ROM: file = %O, define = yes, start = $B000, size = $1000, fill = yes, fillval = $FF; } SEGMENTS { ZEROPAGE: load = ZP, type = zp;