--- M6502/config.h 2007/07/30 17:56:13 30 +++ M6502/config.h 2007/07/30 21:00:36 33 @@ -6,4 +6,7 @@ EXTERN_C void xs_init (pTHX); // which module to bootstrap -#define EMU_START "use Orao; Orao->new()->init;" +#define EMU_START "use Arch;" + +// do we want to dump our C debug? +//#define DEBUGF 1