X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fmusashi%2Fm68kmake.c;h=361481b98efb0ec0567850e6ab565b0030412dc9;hb=a39743e3153322ec0e18bb0d05cd16af1d9a6d79;hp=f31573402919c0b53cbffaaed4ecfbd29a9880db;hpb=e01cf375cbae14cd9f881e54915379f7fe3b156c;p=picodrive.git diff --git a/cpu/musashi/m68kmake.c b/cpu/musashi/m68kmake.c index f315734..361481b 100644 --- a/cpu/musashi/m68kmake.c +++ b/cpu/musashi/m68kmake.c @@ -1043,6 +1043,11 @@ void process_opcode_handlers(FILE* filep) if(opinfo == NULL) error_exit("Unable to find matching table entry for %s", func_name); +#if 1 /* PD hack: 000 only */ + if (opinfo->cpus[0] == UNSPECIFIED_CH) + continue; +#endif + replace->length = 0; /* Generate opcode variants */