--- M6502/config.h 2007/07/30 21:00:36 33 +++ M6502/config.h 2007/07/31 08:41:06 40 @@ -1,7 +1,3 @@ -// M6502 options -#define EXEC6502 1 -#define DEBUG 1 - // make perlxsi.c happy EXTERN_C void xs_init (pTHX); @@ -9,4 +5,8 @@ #define EMU_START "use Arch;" // do we want to dump our C debug? -//#define DEBUGF 1 +#define DEBUGF 1 + +// do we wont to dump registars? +#define DUMP_R 1 +