New atmos config from Debrune Jerome
git-svn-id: svn://svn.cc65.org/cc65/trunk@2041 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
3a536492ca
commit
8632683f11
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
MEMORY {
|
MEMORY {
|
||||||
ZP: start = $02, size = $1A, type = rw, define = yes;
|
ZP: start = $50, size = $1A, type = rw, define = yes;
|
||||||
RAM: start = $0600, size = $9200, define = yes, file = %O;
|
RAM: start = $0600, size = $7000, define = yes, file = %O;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
STARTUP: load = RAM, type = wprot;
|
STARTUP: load = RAM, type = wprot;
|
||||||
|
|
Loading…
Add table
Reference in a new issue