diff --git a/cfg/telestrat.cfg b/cfg/telestrat.cfg index 395a936e1..35fd5a984 100644 --- a/cfg/telestrat.cfg +++ b/cfg/telestrat.cfg @@ -4,7 +4,7 @@ SYMBOLS { __RAMEND__: type = weak, value = $9800; } 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__; @@ -38,3 +38,5 @@ FEATURES { segment = RODATA, import = __CALLIRQ__; } + +