]> git.sur5r.net Git - cc65/blobdiff - cfg/atarixl-overlay.cfg
remove __RESERVED_MEMORY__: not supported on atarixl
[cc65] / cfg / atarixl-overlay.cfg
index cfa786bf1c2027203596a17a73b31379e61af8df..74a4a8c2f11da4cf9f7f81463abd07d71d45d08f 100644 (file)
@@ -5,7 +5,6 @@ FEATURES {
 SYMBOLS {
     __STACKSIZE__:       type = weak, value = $0800; # 2k stack
     __OVERLAYSIZE__:     type = weak, value = $1000; # 4k overlay
-    __RESERVED_MEMORY__: type = weak, value = $0000;
     __STARTADDRESS__:    type = export, value = %S;
     syschk:              type = import;  # force inclusion of SYSCHK
     sramprep:            type = import;  # force inclusion of SRPREP