]> git.sur5r.net Git - cc65/commitdiff
Fixed the config for the CBM510. Because of changes in the startup code, it
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 24 Sep 2009 20:42:55 +0000 (20:42 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 24 Sep 2009 20:42:55 +0000 (20:42 +0000)
didn't work any longer.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4226 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/cfg/cbm510.cfg

index 2b15bb926861a49c621df280208eb2ac68097309..29a3981553510bc6e0ecc3741bd3cf9507b718a3 100644 (file)
@@ -1,7 +1,7 @@
 MEMORY {
     BASICHDR: start = $0001, size = $0050, fill = yes, fillval = 0, type = rw, file = %O;
-    ZP:       start = $0051, size = $00A6, fill = yes, fillval = 0, type = rw, file = %O, define = yes;
-    STARTUP:  start = $00F7, size = $0109, fill = yes, fillval = 0, file = %O;
+    ZP:       start = $0051, size = $00AD, fill = yes, fillval = 0, type = rw, file = %O, define = yes;
+    STARTUP:  start = $00FE, size = $0102, fill = yes, fillval = 0, file = %O;
     PAGE2:    start = $0200, size = $0100, fill = yes, fillval = 0, file = %O;
     PAGE3:    start = $0300, size = $0100, fill = yes, fillval = 0, file = %O;
     RAM:      start = $0400, size = $DC00, file = %O;