19 lines
485 B
INI
19 lines
485 B
INI
global {
|
|
cpu "6502";
|
|
inputname "bins/sf_slow_rom_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"; };
|
|
|
|
# Code that's copied to a lower address
|
|
range { start $D000; end $DEFF; type bytetable; };
|
|
|
|
range { start $DF1E; end $DFBF; type bytetable; };
|
|
range { start $DFE3; end $DFEF; type bytetable; };
|