Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Christian Groessler
2013-06-28 00:49:12 +02:00
7 changed files with 7 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ SEGMENTS {
DATA: load = COMBINED, type = rw, define = yes;
BSS: load = COMBINED, type = bss, define = yes;
ZEROPAGE: load = ZP, type = zp;
EXTZP: load = ZP, type = zp;
EXTZP: load = ZP, type = zp, optional = yes;
}
FILES {
%O: format = o65;