--- M6502/config.h 2007/07/30 13:29:57 24 +++ M6502/config.h 2007/07/31 11:14:19 50 @@ -1,3 +1,12 @@ -// M6502 options -#define EXEC6502 -#define DEBUG +// make perlxsi.c happy +EXTERN_C void xs_init (pTHX); + +// which module to bootstrap +#define EMU_START "use Arch;" + +// do we want to dump our C debug? +//#define DEBUGF 1 + +// do we wont to dump registars? +//#define DUMP_R 1 +