Remove unncessary symbol
This commit is contained in:
@@ -9,11 +9,10 @@ SYMBOLS {
|
||||
__EXEHDR__: type = import;
|
||||
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
||||
__HIMEM__: type = weak, value = $FD00;
|
||||
__RESERVED_C000__: type = weak, value = 8000; # Reserve 8000 bytes for hi-res bitmap
|
||||
}
|
||||
MEMORY {
|
||||
# Memory reserved for bitmap
|
||||
RESERVED: file = "", define = yes, start = $C000, size = __RESERVED_C000__;
|
||||
# Reserve 8000 bytes at $C000 for 320x200 bitmap
|
||||
RESERVED: file = "", define = yes, start = $C000, size = 8000;
|
||||
|
||||
ZP: file = "", define = yes, start = $0002, size = $001A;
|
||||
LOADADDR: file = %O, start = %S - 2, size = $0002;
|
||||
|
||||
Reference in New Issue
Block a user