mirror of
https://github.com/cc65/cc65.git
synced 2025-04-06 04:41:08 +00:00
Increase the default start address a bit in case BASIC is started
('OPTION' not pressed at power on). It would otherwise overwrite parts at the beginning.
This commit is contained in:
parent
81fe7a3805
commit
4b58a20b8c
@ -1,5 +1,5 @@
|
||||
FEATURES {
|
||||
STARTADDRESS: default = $0700;
|
||||
STARTADDRESS: default = $0900;
|
||||
}
|
||||
SYMBOLS {
|
||||
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
||||
|
Loading…
x
Reference in New Issue
Block a user