From: Stephan Mühlstrasser Date: Mon, 5 Jan 2015 19:37:23 +0000 (+0100) Subject: Set default RAM size to 32 kB. X-Git-Tag: V2.15~22^2~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=073b4c264aa4bd22deeaed7b97b990bd51fbd8b7;p=cc65 Set default RAM size to 32 kB. 8 kB RAM are very small for "interesting" programs compiled with cc65. Therefore set the default RAM size to 32 kB. --- diff --git a/cfg/c1p.cfg b/cfg/c1p.cfg index 62adcd820..633298270 100644 --- a/cfg/c1p.cfg +++ b/cfg/c1p.cfg @@ -3,8 +3,8 @@ FEATURES { } SYMBOLS { - __STACKSIZE__: type = weak, value = $0400; # 1k stack - __HIMEM__: type = weak, value = $2000; # Presumed RAM end + __STACKSIZE__: type = weak, value = $0400; # 1 kB stack + __HIMEM__: type = weak, value = $8000; # 32 kB RAM } MEMORY { # for size of ZP see runtime/zeropage.s and c1p/extzp.s