Prepare VIC20 startup for different start addresses

git-svn-id: svn://svn.cc65.org/cc65/trunk@1390 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-08-11 15:11:31 +00:00
parent 4db7198ade
commit 4b805447b6
2 changed files with 13 additions and 8 deletions

View File

@@ -3,6 +3,7 @@ MEMORY {
RAM: start = $FFF, size = $0E01, define = yes, file = %O;
}
SEGMENTS {
EXEHDR: load = RAM , type = wprot;
CODE: load = RAM, type = wprot;
RODATA: load = RAM, type = wprot;
DATA: load = RAM, type = rw;