msbasic/applesoft.cfg
Michael Steil b183d3ba34 cleanup
2008-10-11 17:10:12 +00:00

12 lines
230 B
INI

MEMORY {
BASROM: start = $0800, size = $3F00, fill = no, file = %O;
}
SEGMENTS {
HEADER: load = BASROM, type = ro;
VECTORS: load = BASROM, type = ro;
KEYWORDS: load = BASROM, type = ro;
CODE: load = BASROM, type = ro;
}