]> git.sur5r.net Git - cc65/commitdiff
New atmos config from Debrune Jerome
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 9 Apr 2003 19:14:56 +0000 (19:14 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 9 Apr 2003 19:14:56 +0000 (19:14 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2041 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/cfg/atmos.cfg

index 3c2e048ff7d28eb536978034e507d4a4a9a7ac4c..1959a8b2ba65612516c4ba67f7db740a85024f10 100644 (file)
@@ -1,6 +1,6 @@
 MEMORY {
-    ZP: start = $02, size = $1A, type = rw, define = yes;
-    RAM: start = $0600, size = $9200, define = yes, file = %O;
+    ZP: start = $50, size = $1A, type = rw, define = yes;
+    RAM: start = $0600, size = $7000, define = yes, file = %O;
 }
 SEGMENTS {
     STARTUP: load = RAM, type = wprot;