From bf42f5650039f2d0b7c2729e030b8f6a7f9e947c Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 15 Jun 2002 11:25:10 +0000 Subject: [PATCH] Fixed zero page segment size git-svn-id: svn://svn.cc65.org/cc65/trunk@1306 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- asminc/zeropage.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5