--- Z80/Makefile.PL 2007/08/03 15:03:14 112 +++ Z80/Makefile.PL 2007/08/04 20:34:43 129 @@ -3,7 +3,7 @@ # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. -my $Z80_OPTIONS = '-DEXEC6502 -DFAST_RDOP -DLSB_FIRST '; +my $Z80_OPTIONS = '-DEXECZ80 -DFAST_RDOP -DLSB_FIRST '; $Z80_OPTIONS .= '-DDEBUG '; my $run = './t/05-Z80.t -d'; @@ -41,7 +41,7 @@ return <<"MAKE_FRAG"; run: all - perl -Mblib -MOrao -le 'Orao->new->run;' + perl -Mblib -MGalaksija -le 'Galaksija->new->run;' gdb: all gdb -x run --args perl $run