1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00

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
This commit is contained in:
uz 2009-09-24 20:42:55 +00:00
parent 753bbab40d
commit 7867bf2921

View 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;