--- Z80/Makefile.PL 2007/08/04 14:13:28 124 +++ 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';