diff --git a/cfg/telestrat.cfg b/cfg/telestrat.cfg index 2a8ebfd70..14ae30311 100644 --- a/cfg/telestrat.cfg +++ b/cfg/telestrat.cfg @@ -1,7 +1,7 @@ SYMBOLS { __ORIXHDR__: type = import; __STACKSIZE__: type = weak, value = $0800; # 2K stack - __GRAB__: type = weak, value = 1; # 0=don't grab graphics RAM, 1=grab graphics RAM + __GRAB__: type = weak, value = 0; # 0=don't grab graphics RAM, 1=grab graphics RAM __RAMEND__: type = weak, value = $9800 + $1C00 * __GRAB__; } MEMORY {