X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cfg%2Fsupervision-128k.cfg;h=a03ab0e1b323636472876332d6a7b29d7f3b039a;hb=1a5fa6dc512221490c5547505668a78308f904a8;hp=0304e2c02dcad1cf535634c5dba2e412bcc6697c;hpb=5dcebbccb65924197ac9078fb90b6d08bd3f6823;p=cc65 diff --git a/cfg/supervision-128k.cfg b/cfg/supervision-128k.cfg index 0304e2c02..a03ab0e1b 100644 --- a/cfg/supervision-128k.cfg +++ b/cfg/supervision-128k.cfg @@ -2,13 +2,13 @@ # for assembler # ld65 config file -# ld65 --config supervision.cfg -o .bin .o +# ld65 --config supervision-128k.cfg -o .bin .o SYMBOLS { __STACKSIZE__: type = weak, value = $0100; # 1 page stack } MEMORY { - RAM: file = "", start = $0000, size = $2000 - __STACKSIZE__; + RAM: file = "", start = $0000, size = $2000 - __STACKSIZE__, define = yes; VRAM: file = "", start = $4000, size = $2000; BANKROM1: file = %O, start = $8000, size = $4000, fill = yes, fillval = $FF; BANKROM2: file = %O, start = $8000, size = $4000, fill = yes, fillval = $FF;