mirror of
https://github.com/holub/mame
synced 2025-06-09 06:13:04 +03:00
well, next *needs* the rounding mode, or white is black... (nw)
This commit is contained in:
parent
7aed1e122b
commit
0cf7ec12c4
@ -1662,7 +1662,6 @@ static void fmove_fpcr(m68000_base_device *m68k, UINT16 w2)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
// FIXME: (2011-12-18 ost)
|
// FIXME: (2011-12-18 ost)
|
||||||
// rounding_mode and rounding_precision of softfloat.c should be set according to current fpcr
|
// rounding_mode and rounding_precision of softfloat.c should be set according to current fpcr
|
||||||
// but: with this code on Apollo the following programs in /systest/fptest will fail:
|
// but: with this code on Apollo the following programs in /systest/fptest will fail:
|
||||||
@ -1710,7 +1709,6 @@ static void fmove_fpcr(m68000_base_device *m68k, UINT16 w2)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
m68k->remaining_cycles -= 10;
|
m68k->remaining_cycles -= 10;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user