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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue