msbasic/cbmbasic1.cfg

12 lines
230 B
INI
Raw Normal View History

2008-10-07 04:54:48 +00:00
MEMORY {
BASROM: start = $C000, size = $3F00, fill = no, file = %O;
}
SEGMENTS {
2008-10-11 17:10:12 +00:00
HEADER: load = BASROM, type = ro;
VECTORS: load = BASROM, type = ro;
KEYWORDS: load = BASROM, type = ro;
CODE: load = BASROM, type = ro;
2008-10-07 04:54:48 +00:00
}