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 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
FEATURES {
|
||||
STARTADDRESS: default = $0700;
|
||||
STARTADDRESS: default = $0900;
|
||||
}
|
||||
SYMBOLS {
|
||||
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
||||
|
|
Loading…
Add table
Reference in a new issue