This commit is contained in:
Michael Steil 2008-10-07 04:54:48 +00:00
parent 0e3e614617
commit 9a4fc45608
3 changed files with 24 additions and 0 deletions

8
cbmbasic.cfg Normal file
View 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
View File

@ -0,0 +1,8 @@
MEMORY {
BASROM: start = $2000, size = $3F00, fill = no, file = %O;
}
SEGMENTS {
BASIC: load = BASROM, type = ro;
}

8
osi.cfg Normal file
View File

@ -0,0 +1,8 @@
MEMORY {
BASROM: start = $A000, size = $3F00, fill = no, file = %O;
}
SEGMENTS {
BASIC: load = BASROM, type = ro;
}