]> git.sur5r.net Git - cc65/commitdiff
none.cfg consistency changes
authorbauen1 <j2468h@gmail.com>
Thu, 4 Jan 2018 20:29:58 +0000 (21:29 +0100)
committerbauen1 <j2468h@gmail.com>
Thu, 4 Jan 2018 20:29:58 +0000 (21:29 +0100)
cfg/none.cfg

index cb8dbd400a775d51e75eef75065e97a06ad0955d..f82e9707f288cc988256bbdd99013c7f08e5b2c5 100644 (file)
@@ -3,7 +3,7 @@ SYMBOLS {
 }
 MEMORY {
     ZP:   file = "", define = yes, start = $0000, size = $0001F;
-    MAIN: file = %O,               start = %S,    size = $10000 - __STACKSIZE__, define = yes;
+    MAIN: file = %O, define = yes, start = %S,    size = $10000 - __STACKSIZE__;
 }
 SEGMENTS {
     ZEROPAGE: load = ZP,   type = zp;