msbasic/cbmbasic.cfg
Michael Steil 9a4fc45608 .
2008-10-07 04:54:48 +00:00

9 lines
122 B
INI

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