]> git.sur5r.net Git - cc65/blobdiff - cfg/atarixl-overlay.cfg
Rename 'syschk' symbol in the linker config file, which forces inclusion
[cc65] / cfg / atarixl-overlay.cfg
index b38dff7315303203f98d058dc9490616271baa90..6f5ccbd2cf76d447a69bfb60dfcb8a8a2050b47f 100644 (file)
@@ -6,7 +6,7 @@ SYMBOLS {
     __STACKSIZE__:       type = weak, value = $0800; # 2k stack
     __OVERLAYSIZE__:     type = weak, value = $1000; # 4k overlay
     __STARTADDRESS__:    type = export, value = %S;
-    syschk:              type = import;  # force inclusion of SYSCHK
+    __SYSTEM_CHECK__:    type = import;  # force inclusion of "system check" load chunk
     sramprep:            type = import;  # force inclusion of SRPREP
 }