diff --git a/cfg/telestrat.cfg b/cfg/telestrat.cfg index 3567fa8bf..bd720fb8d 100644 --- a/cfg/telestrat.cfg +++ b/cfg/telestrat.cfg @@ -11,7 +11,7 @@ SYMBOLS { MEMORY { ZP: file = "", define = yes, start = $00B0, size = $003A; ORIXHDR: file = %O, type = ro, start = $0000, size = $001F; - MAIN: file = %O, define = yes, start = %S, size = __RAMEND__ - __MAIN_START__; + MAIN: file = %O, define = yes, start = %S, size = __RAMEND__ - __MAIN_START__; BSS: file = "", start = __ONCE_RUN__, size = __RAMEND__ - __STACKSIZE__ - __ONCE_RUN__; } SEGMENTS {