]> git.sur5r.net Git - cc65/commitdiff
Load programs at 13:5900 instead of 00
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 31 May 2004 19:25:38 +0000 (19:25 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 31 May 2004 19:25:38 +0000 (19:25 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3057 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/cfg/atmos.cfg

index 4447f10aa0de0465221d8999e0e64005e66e6093..56ef46165b3987f3d41571fe376d310fe67e92a3 100644 (file)
@@ -1,7 +1,7 @@
 MEMORY {
     ZP: start = $E2, size = $1A, type = rw, define = yes;
     TAPEHDR: start = $000, size= 14, type = ro, file = %O;
-    RAM: start = $0600, size = $9200, define = yes, file = %O;
+    RAM: start = $0500, size = $9300, define = yes, file = %O;
 }
 SEGMENTS {
     TAPEHDR: load = TAPEHDR, type = ro;