msbasic/osi.cfg

9 lines
122 B
INI
Raw Normal View History

2008-10-07 04:54:48 +00:00
MEMORY {
BASROM: start = $A000, size = $3F00, fill = no, file = %O;
}
SEGMENTS {
BASIC: load = BASROM, type = ro;
}