mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
Do translate FMUL instructions, the core needs to be fixed and this is
not translation of that instruction. I believe this is related to some misgeneration of FPU core sequence and allocation of FP registers?
This commit is contained in:
parent
e9584dbcc1
commit
e11dd3d375
@ -1509,10 +1509,6 @@ void comp_fpp_opp (uae_u32 opcode, uae_u16 extra)
|
||||
case 0x23: /* FMUL */
|
||||
case 0x63:
|
||||
case 0x67:
|
||||
/* (gb) FIXME: probably not a real fmul bug but it fails
|
||||
with FPU tests in Speedometer 3.23 */
|
||||
FAIL(1);
|
||||
return;
|
||||
dont_care_fflags();
|
||||
src=get_fp_value (opcode, extra);
|
||||
if (src < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user