Updated cx16 to match the Commander X16 ROMs and emulator, release 34.
This commit is contained in:
@@ -8,7 +8,7 @@ SYMBOLS {
|
||||
__HIMEM__: type = weak, value = $9F00;
|
||||
}
|
||||
MEMORY {
|
||||
ZP: file = "", define = yes, start = $0004, size = $0090 - $0004;
|
||||
ZP: file = "", define = yes, start = $0002, size = $0080 - $0002;
|
||||
LOADADDR: file = %O, start = %S - 2, size = $0002;
|
||||
HEADER: file = %O, define = yes, start = %S, size = $000D;
|
||||
MAIN: file = %O, define = yes, start = __HEADER_LAST__, size = __HIMEM__ - __HEADER_LAST__;
|
||||
|
||||
Reference in New Issue
Block a user