mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
mips1: clear softfloat exceptions (nw)
This commit is contained in:
parent
43fc9101fc
commit
c2f75033cb
@ -1335,6 +1335,8 @@ void mips1_device_base::handle_cop1(u32 const op)
|
|||||||
if (!m_fcr0)
|
if (!m_fcr0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
softfloat_exceptionFlags = 0;
|
||||||
|
|
||||||
switch (op >> 26)
|
switch (op >> 26)
|
||||||
{
|
{
|
||||||
case 0x11: // COP1
|
case 0x11: // COP1
|
||||||
|
Loading…
Reference in New Issue
Block a user