msbasic/applesoft.cfg
Michael Steil a22d31d7db .
2008-10-11 06:23:53 +00:00

9 lines
122 B
INI

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