From: cuz Date: Sat, 15 Jun 2002 11:25:10 +0000 (+0000) Subject: Fixed zero page segment size X-Git-Tag: V2.12.0~2318 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bf42f5650039f2d0b7c2729e030b8f6a7f9e947c;p=cc65 Fixed zero page segment size git-svn-id: svn://svn.cc65.org/cc65/trunk@1306 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/zeropage.inc b/asminc/zeropage.inc index 574fc152a..872105fb5 100644 --- a/asminc/zeropage.inc +++ b/asminc/zeropage.inc @@ -15,7 +15,7 @@ ; The total amount of zero page space used -zpspace = 24 +zpspace = 26