msbasic/kbdbasic.cfg

12 lines
230 B
INI
Raw Normal View History

2008-10-08 05:07:59 +00:00
MEMORY {
BASROM: start = $E000, 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-08 05:07:59 +00:00
}