mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
Load programs at 13:5900 instead of 00
git-svn-id: svn://svn.cc65.org/cc65/trunk@3057 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
8d8162eb23
commit
f5403e7d57
@ -1,7 +1,7 @@
|
|||||||
MEMORY {
|
MEMORY {
|
||||||
ZP: start = $E2, size = $1A, type = rw, define = yes;
|
ZP: start = $E2, size = $1A, type = rw, define = yes;
|
||||||
TAPEHDR: start = $000, size= 14, type = ro, file = %O;
|
TAPEHDR: start = $000, size= 14, type = ro, file = %O;
|
||||||
RAM: start = $0600, size = $9200, define = yes, file = %O;
|
RAM: start = $0500, size = $9300, define = yes, file = %O;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
TAPEHDR: load = TAPEHDR, type = ro;
|
TAPEHDR: load = TAPEHDR, type = ro;
|
||||||
|
Loading…
Reference in New Issue
Block a user