From: Shamus Hammons Date: Thu, 28 Aug 2003 05:13:13 +0000 (+0000) Subject: Found ANOTHER bug (and hopefully the last!) X-Git-Tag: 1.0.5~7 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74e7dd93689112ab80538d98cc5fd9bfe7a08078;p=virtualjaguar Found ANOTHER bug (and hopefully the last!) --- diff --git a/src/m68kdasm.c b/src/m68kdasm.c index 4cf3f39..ebff8bd 100644 --- a/src/m68kdasm.c +++ b/src/m68kdasm.c @@ -1316,7 +1316,7 @@ static void d68020_cmpi_pcix_8(void) static void d68000_cmpi_16(void) { char* str; - LIMIT_CPU_TYPES(M68020_PLUS); +//BUG!!! LIMIT_CPU_TYPES(M68020_PLUS); str = get_imm_str_s16(); sprintf(g_dasm_str, "cmpi.w %s, %s", str, get_ea_mode_str_16(g_cpu_ir)); }