--- M6502/config.h 2007/07/30 21:53:04 35 +++ M6502/config.h 2007/07/30 23:39:57 39 @@ -1,7 +1,3 @@ -// M6502 options -#define EXEC6502 1 -#define DEBUG 1 - // make perlxsi.c happy EXTERN_C void xs_init (pTHX); @@ -11,5 +7,8 @@ // do we want to dump our C debug? #define DEBUGF 1 -// do we wont to dump PC? -#define DUMP_K 1 +// do we wont to dump registars? +#define DUMP_R 1 + +// FIXME should go away +#define DEFAULT_RUN 100000