- No more HEAP segment

- RAM reduced by __STACKSIZE__
- Unified formatting

git-svn-id: svn://svn.cc65.org/cc65/trunk@4633 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2010-03-21 17:10:17 +00:00
parent 0e60a60c3e
commit 4b689107a4
32 changed files with 473 additions and 513 deletions

View File

@@ -16,7 +16,6 @@ FILES {
%O: format = o65;
}
FORMATS {
o65: os = cc65, type = small;
o65: os = cc65,
type = small;
}