hacking-star-dragon/star-ca65.cfg

8 lines
251 B
INI
Raw Normal View History

2022-01-08 14:59:47 +00:00
GLOBAL {
OUTPUTNAME "star-ca65.asm.s";
INPUTNAME "star-ca65.prg";
STARTADDR $C0F0;
PAGELENGTH 0; # No paging
CPU "6502";
};