summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mm58167.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mm58167.cpp')
-rw-r--r--src/devices/machine/mm58167.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/devices/machine/mm58167.cpp b/src/devices/machine/mm58167.cpp
index f226590e9d2..05aa4377ccb 100644
--- a/src/devices/machine/mm58167.cpp
+++ b/src/devices/machine/mm58167.cpp
@@ -247,10 +247,7 @@ void mm58167_device::write(offs_t offset, uint8_t data)
break;
case R_CTL_IRQCONTROL:
- if (data != 0)
- {
- logerror("MM58167: IRQs not implemented\n");
- }
+ m_regs[R_CTL_IRQCONTROL]=data;
break;
}
}