X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cfg%2Ftelestrat.cfg;h=db897133eb6208675487cb9a2d8057227e411e3f;hb=dfb7c0f24d7df8b6de735d730ba0465fc5d7c775;hp=395a936e1bd9e6d0c6c886801a0eadf35cba998d;hpb=5bbf010029c4d3a844aa2339a69387efcc45f519;p=cc65 diff --git a/cfg/telestrat.cfg b/cfg/telestrat.cfg index 395a936e1..db897133e 100644 --- a/cfg/telestrat.cfg +++ b/cfg/telestrat.cfg @@ -1,13 +1,13 @@ SYMBOLS { __ORIXHDR__: type = import; __STACKSIZE__: type = weak, value = $0800; # 2K stack - __RAMEND__: type = weak, value = $9800; + __GRAB__: type = weak, value = 0; # 0=don't grab graphics RAM, 1=grab graphics RAM + __RAMEND__: type = weak, value = $9800 + $1C00 * __GRAB__; } MEMORY { - ZP: file = "", define = yes, start = $00E0, size = $001A; + ZP: file = "", define = yes, start = $00B0, size = $003A; ORIXHDR: file = %O, type = ro, start = $0000, size = $001F; - BASHEAD: file = %O, define = yes, start = $0801, size = $000D; - MAIN: file = %O, define = yes, start = __BASHEAD_LAST__, size = __RAMEND__ - __MAIN_START__; + MAIN: file = %O, define = yes, start = $0800, size = __RAMEND__ - __MAIN_START__; BSS: file = "", start = __ONCE_RUN__, size = __RAMEND__ - __STACKSIZE__ - __ONCE_RUN__; } SEGMENTS {