mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-04-01 23:31:06 +00:00
Added linker config to get rid of ld65 warning message.
This commit is contained in:
parent
3b28ac9209
commit
a63da49c97
9
Platform/Apple/virtual/src/raycast/link.cfg
Executable file
9
Platform/Apple/virtual/src/raycast/link.cfg
Executable file
@ -0,0 +1,9 @@
|
||||
MEMORY {
|
||||
ZP: file = "", define = yes, start = $0000, size = $00100;
|
||||
STK: file = "", define = yes, start = %S, size = $00100;
|
||||
RAM: file = %O, start = %S, size = $10000;
|
||||
}
|
||||
SEGMENTS {
|
||||
CODE: load = RAM, type = rw, align = $100;
|
||||
ZEROPAGE: load = ZP, type = zp;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user