]> git.sur5r.net Git - cc65/blobdiff - cfg/lynx.cfg
fixed optimization bug where array index is 16-bit, e.g. arr16[i & 0x7f7f]
[cc65] / cfg / lynx.cfg
index adcf67a983904bd1cdfe4f6fc4909cf58caa73f1..5c42654d773d224b302d5e85fd9e004cd915b225 100644 (file)
@@ -1,8 +1,8 @@
 SYMBOLS {
     __STACKSIZE__:        type = weak, value = $0800; # 2k stack
     __STARTOFDIRECTORY__: type = weak, value = $00CB; # start just after loader
-    __BANK0BLOCKSIZE__:   type = weak, value = 512; # bank 0 cart block size
-    __BANK1BLOCKSIZE__:   type = weak, value = 0; # bank 1 block size
+    __BANK0BLOCKSIZE__:   type = weak, value = $0400; # bank 0 cart block size
+    __BANK1BLOCKSIZE__:   type = weak, value = $0000; # bank 1 block size
     __EXEHDR__:           type = import;
     __BOOTLDR__:          type = import;
     __DEFDIR__:           type = import;
@@ -43,4 +43,4 @@ FEATURES {
             count   = __INTERRUPTOR_COUNT__,
             segment = RODATA,
             import  = __CALLIRQ__;
-}
\ No newline at end of file
+}