From c2f75033cbd9056f37206b050b08ff8d23e2ad37 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Tue, 6 Aug 2019 15:10:27 +0700 Subject: mips1: clear softfloat exceptions (nw) --- src/devices/cpu/mips/mips1.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/devices/cpu/mips/mips1.cpp b/src/devices/cpu/mips/mips1.cpp index 21f49301e26..ec8aa88a59b 100644 --- a/src/devices/cpu/mips/mips1.cpp +++ b/src/devices/cpu/mips/mips1.cpp @@ -1335,6 +1335,8 @@ void mips1_device_base::handle_cop1(u32 const op) if (!m_fcr0) return; + softfloat_exceptionFlags = 0; + switch (op >> 26) { case 0x11: // COP1 -- cgit v1.2.3