From: uz Date: Thu, 24 Sep 2009 20:42:55 +0000 (+0000) Subject: Fixed the config for the CBM510. Because of changes in the startup code, it X-Git-Tag: V2.13.0rc1~30 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7867bf2921b412637fba566fb3a52932ad31cebb;p=cc65 Fixed the config for the CBM510. Because of changes in the startup code, it didn't work any longer. git-svn-id: svn://svn.cc65.org/cc65/trunk@4226 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ld65/cfg/cbm510.cfg b/src/ld65/cfg/cbm510.cfg index 2b15bb926..29a398155 100644 --- a/src/ld65/cfg/cbm510.cfg +++ b/src/ld65/cfg/cbm510.cfg @@ -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;