--- M6502/perl.c 2007/07/30 17:32:41 29 +++ M6502/perl.c 2007/07/30 17:56:13 30 @@ -113,8 +113,7 @@ **/ int main(int argc, char **argv) { - char *command_line[] = {"", "-e", - "use M6502; print \"Loaded M6502 module\n\";"}; + char *command_line[] = {"", "-e", EMU_START }; my_perl = perl_alloc(); perl_construct(my_perl); if (perl_parse(my_perl, xs_init, 3, command_line, (char **)NULL)) {