msbasic/cbmbasic2.cfg
Michael Steil e2b46aa776 cleanup
2008-10-09 07:24:49 +00:00

9 lines
122 B
INI

MEMORY {
BASROM: start = $C000, size = $3F00, fill = no, file = %O;
}
SEGMENTS {
BASIC: load = BASROM, type = ro;
}