a3driverutil/Apple3_o65.cfg

21 lines
320 B
INI
Raw Permalink Normal View History

2018-12-14 04:13:48 +00:00
MEMORY
{
ROM: start=$0, size=$b800, type=ro, define=yes, file=%O;
RAM: start=$0, size=$b800, type=rw, define=yes, file=%O;
}
SEGMENTS
{
TEXT: load=ROM, type=ro;
DATA: load=RAM, type=rw;
}
FILES
{
%O: format = o65;
}
FORMATS
{
o65: os = lunix, version = 0, type = small;
}