mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
Changed cfg to account for the NMI handler in connection with the C128 banking.
git-svn-id: svn://svn.cc65.org/cc65/trunk@1084 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
62314aeac9
commit
99ddd22dc8
@ -3,6 +3,8 @@ MEMORY {
|
|||||||
RAM: start = $1bff, size = $a401, define = yes, file = %O;
|
RAM: start = $1bff, size = $a401, define = yes, file = %O;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
|
STARTUP: load = RAM, type = wprot;
|
||||||
|
NMI: load = RAM, type = wprot;
|
||||||
CODE: load = RAM, type = wprot;
|
CODE: load = RAM, type = wprot;
|
||||||
RODATA: load = RAM, type = wprot;
|
RODATA: load = RAM, type = wprot;
|
||||||
DATA: load = RAM, type = rw;
|
DATA: load = RAM, type = rw;
|
||||||
|
Loading…
Reference in New Issue
Block a user