mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
see http://mikro.naprvyraz.sk/docs/Coding/Atari/Maggie/FPU.TXT and http://www.atari-forum.com/viewtopic.php?f=68&t=1646 for table used. Atari guys seem to have them all timed out
This commit is contained in:
parent
afddb6f6e2
commit
1eb83c348c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user