]> git.sur5r.net Git - cc65/commitdiff
Fixed last linefeed and notation convention errors. 341/head
authorAlex Thissen <alexthissen@hotmail.com>
Tue, 13 Sep 2016 20:02:37 +0000 (22:02 +0200)
committerAlex Thissen <alexthissen@hotmail.com>
Tue, 13 Sep 2016 20:02:37 +0000 (22:02 +0200)
cfg/lynx-bll.cfg
cfg/lynx-coll.cfg
cfg/lynx-uploader.cfg
cfg/lynx.cfg

index fbf64e8e9e7914ffc596bdd64b8f156b21e1e95f..adf1e7ab697d9b632385f10ef0d32c185d40c301 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 = 1024; # 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
     __BLLHDR__:           type = import;
 }
 MEMORY {
index 2be172196e69d63f7a4d774a1acf37d4fd17705f..7c71993f80b35e72d08e5b0c408540e65082ce3f 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 = 1024; # 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;
index ba3c13dcfcfe9f359956aa45c2b55f0c7583359f..476b3c5deacd3e2ba40d8694c906c0061bd2df6b 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 = 1024; # 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;
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
+}