--- M6502/config.h 2007/07/30 22:06:13 36 +++ M6502/config.h 2007/08/01 15:53:54 81 @@ -1,15 +1,12 @@ -// M6502 options -#define EXEC6502 1 -#define DEBUG 1 - // make perlxsi.c happy EXTERN_C void xs_init (pTHX); // which module to bootstrap -#define EMU_START "use Arch;" +#define EMU_START "use blib; 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 +