mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
set atari start address to (very conservative) $2E00; the previous
value didn't work with rs232 drivers loaded git-svn-id: svn://svn.cc65.org/cc65/trunk@1134 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
5369b11c39
commit
ffab34bdc8
@ -1,7 +1,7 @@
|
||||
MEMORY {
|
||||
ZP: start = $82, size = $7E, type = rw;
|
||||
HEADER: start = $0000, size = $6, file = %O;
|
||||
RAM: start = $1F00, size = $9D1F, file = %O; # $9D1F: matches upper bound $BC1F
|
||||
RAM: start = $2E00, size = $8E1F, file = %O; # $8E1F: matches upper bound $BC1F
|
||||
}
|
||||
SEGMENTS {
|
||||
EXEHDR: load = HEADER, type = wprot;
|
||||
|
Loading…
Reference in New Issue
Block a user