From: jede Date: Wed, 17 Oct 2018 20:36:00 +0000 (+0200) Subject: By default, we get the memory reserved for hires mode X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5585396532bc04d7a78186950d3bdde3b89ece01;p=cc65 By default, we get the memory reserved for hires mode --- diff --git a/cfg/telestrat.cfg b/cfg/telestrat.cfg index 9aa182116..2a8ebfd70 100644 --- a/cfg/telestrat.cfg +++ b/cfg/telestrat.cfg @@ -1,7 +1,8 @@ SYMBOLS { __ORIXHDR__: type = import; __STACKSIZE__: type = weak, value = $0800; # 2K stack - __RAMEND__: type = weak, value = $9800; + __GRAB__: type = weak, value = 1; # 0=don't grab graphics RAM, 1=grab graphics RAM + __RAMEND__: type = weak, value = $9800 + $1C00 * __GRAB__; } MEMORY { ZP: file = "", define = yes, start = $00B0, size = $003A;