]> git.sur5r.net Git - cc65/blobdiff - cfg/lynx-bll.cfg
Fixed _textcolor definition.
[cc65] / cfg / lynx-bll.cfg
index a1687b423f90f30789c175a114169ab9abefc2f5..adf1e7ab697d9b632385f10ef0d32c185d40c301 100644 (file)
@@ -1,7 +1,8 @@
 SYMBOLS {
     __STACKSIZE__:        type = weak, value = $0800; # 2k stack
     __STARTOFDIRECTORY__: type = weak, value = $00CB; # start just after loader
-    __BLOCKSIZE__:        type = weak, value = $0400; # cart block size
+    __BANK0BLOCKSIZE__:   type = weak, value = $0400; # bank 0 cart block size
+    __BANK1BLOCKSIZE__:   type = weak, value = $0000; # bank 1 block size
     __BLLHDR__:           type = import;
 }
 MEMORY {