18 lines
448 B
INI
18 lines
448 B
INI
global {
|
|
cpu "6502";
|
|
inputname "bins/sf_slow_rom-qd_file1.bin";
|
|
startaddr $D800;
|
|
commentcolumn 50;
|
|
comments 3;
|
|
};
|
|
|
|
label { addr $DFF0; name "IRQ"; };
|
|
label { addr $DFC0; name "Entry"; };
|
|
label { addr $DB00; name "Start"; };
|
|
|
|
range { start $DB00; end $DB6D; type code; };
|
|
|
|
range { start $DFE3; end $DFEF; type bytetable; };
|
|
range { start $DD7E; end $DFBF; type bytetable; };
|
|
range { start $DFF1; end $DFF5; type bytetable; };
|