mirror of
https://github.com/cc65/cc65.git
synced 2025-03-25 00:35:39 +00:00
Adjust sizes, define the video RAM
git-svn-id: svn://svn.cc65.org/cc65/trunk@922 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
1507eb6d67
commit
2760fbd5dc
@ -1,6 +1,7 @@
|
||||
MEMORY {
|
||||
ZP: start = $02, size = $1A, type = rw;
|
||||
RAM: start = $0001, size = $FFF0, file = %O;
|
||||
RAM: start = $0001, size = $F3FF, file = %O;
|
||||
VIDRAM: start = $F400, size = $0400, define = yes, file = "";
|
||||
}
|
||||
SEGMENTS {
|
||||
CODE: load = RAM, type = wprot;
|
||||
@ -20,5 +21,5 @@ FEATURES {
|
||||
count = __DESTRUCTOR_COUNT__;
|
||||
}
|
||||
SYMBOLS {
|
||||
__STACKSIZE__ = $800; # 2K stack
|
||||
__STACKSIZE__ = $781; # ~2K stack
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user