]> git.sur5r.net Git - cc65/commitdiff
Correct grab default value
authorjede <jede@oric.org>
Thu, 18 Oct 2018 21:57:21 +0000 (23:57 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 19 Oct 2018 21:43:40 +0000 (23:43 +0200)
cfg/telestrat.cfg

index 2a8ebfd701e476e554cc4ad694c04ea280dc95b1..14ae303111cad8dca0d0275f01ec92a60a24cbc9 100644 (file)
@@ -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 {