souseiki-fammy-dasm/sf_slow_qd_file1_precopy.cfg

12 lines
288 B
INI

global {
cpu "6502";
inputname "bins/sf_slow_qd_file1.bin";
startaddr $D800;
commentcolumn 50;
comments 3;
};
label { addr $DFF0; name "Precopy_IRQ"; };
label { addr $DFC0; name "Precopy_Entry"; };
range { start $DF00; end $DF1B; type code; name "precopy_memcpy"; };