apple2pi/pidrive/sirom.cfg

11 lines
198 B
INI
Raw Normal View History

2014-02-09 16:37:46 -08:00
MEMORY {
ROM: start = $c800, size = $0800, file = %O;
2014-02-09 16:37:46 -08:00
}
SEGMENTS {
CODE: load = ROM, type = ro;
DATA: load = ROM, type = ro;
BSS: load = ROM, type = ro;
}