Fixed zero page segment size
git-svn-id: svn://svn.cc65.org/cc65/trunk@1306 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
a1fa833da3
commit
bf42f56500
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
; The total amount of zero page space used
|
||||
|
||||
zpspace = 24
|
||||
zpspace = 26
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue