--- M6502/config.h 2007/07/30 23:28:25 38 +++ M6502/config.h 2007/08/01 15:53:54 81 @@ -2,10 +2,11 @@ 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 // do we wont to dump registars? #define DUMP_R 1 +