This commit is contained in:
Cowering 2013-09-29 01:30:02 +00:00
parent afddb6f6e2
commit 1eb83c348c

View File

@ -1492,7 +1492,7 @@ static void fpgen_rm_reg(m68000_base_device *m68k, UINT16 w2)
{
REG_FP(m68k)[dst] = floatx80_scale(REG_FP(m68k)[dst], source);
SET_CONDITION_CODES(m68k, REG_FP(m68k)[dst]);
m68k->remaining_cycles -= 43; // guess
m68k->remaining_cycles -= 46; // (better?) guess
break;
}
case 0x27: // FSGLMUL