--- M6502/config.h 2007/07/30 17:32:41 29 +++ M6502/config.h 2007/07/30 21:34:30 34 @@ -4,3 +4,12 @@ // 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 PC? +//#define DUMP_K 1