# "main program" load chunk
MAINHDR: file = %O, start = $0000, size = $0004;
- RAM: file = %O, define = yes, start = %S + __SAVEAREA_SIZE__ + __ZPSAVE_SIZE__, size = $D000 - __STACKSIZE__ - %S - __SAVEAREA_SIZE__ - __ZPSAVE_SIZE__;
+ RAM: file = %O, define = yes, start = %S +
+ __SAVEAREA_SIZE__ +
+ __LOWBUFS_SIZE__ +
+ __ZPSAVE_SIZE__, size = $D000 -
+ __STACKSIZE__ -
+ %S -
+ __SAVEAREA_SIZE__ -
+ __LOWBUFS_SIZE__ -
+ __ZPSAVE_SIZE__;
# address of relocated character generator
CHARGEN: file = "", define = yes, start = $D800, size = $0400;
SRPREPHDR: load = SRPREPHDR, type = ro;
SAVEAREA: load = SRPREP, type = bss, define = yes; # shared btw. SRPREP and RAM
+ LOWBUFS: load = SRPREP, type = bss, define = yes;
ZPSAVE: load = SRPREP, type = bss, define = yes;
SRPREP: load = SRPREP, type = rw, define = yes;
SHADOW_RAM: load = SRPREP, run = RAM_BELOW_ROM, type = rw, define = yes, optional = yes;