mirror of
https://github.com/cc65/cc65.git
synced 2025-04-09 10:39:40 +00:00
Lower the default Atari start adress from $2E00 to $2000. With
the startup memory check of the "system check" load chunk this should be fine
This commit is contained in:
parent
700fd4f187
commit
1077a2876e
@ -1,5 +1,5 @@
|
||||
FEATURES {
|
||||
STARTADDRESS: default = $2E00;
|
||||
STARTADDRESS: default = $2000;
|
||||
}
|
||||
SYMBOLS {
|
||||
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
||||
|
@ -1,5 +1,5 @@
|
||||
FEATURES {
|
||||
STARTADDRESS: default = $2E00;
|
||||
STARTADDRESS: default = $2000;
|
||||
}
|
||||
SYMBOLS {
|
||||
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
||||
|
Loading…
x
Reference in New Issue
Block a user