mirror of
https://github.com/mist64/msbasic.git
synced 2025-01-02 22:33:24 +00:00
.
This commit is contained in:
parent
0e3e614617
commit
9a4fc45608
8
cbmbasic.cfg
Normal file
8
cbmbasic.cfg
Normal file
@ -0,0 +1,8 @@
|
||||
MEMORY {
|
||||
BASROM: start = $C000, size = $3F00, fill = no, file = %O;
|
||||
}
|
||||
|
||||
SEGMENTS {
|
||||
BASIC: load = BASROM, type = ro;
|
||||
}
|
||||
|
8
kb9.cfg
Normal file
8
kb9.cfg
Normal file
@ -0,0 +1,8 @@
|
||||
MEMORY {
|
||||
BASROM: start = $2000, size = $3F00, fill = no, file = %O;
|
||||
}
|
||||
|
||||
SEGMENTS {
|
||||
BASIC: load = BASROM, type = ro;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user