msbasic/kbdbasic.cfg

9 lines
122 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 {
BASIC: load = BASROM, type = ro;
}