summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h83048.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h83048.cpp')
-rw-r--r--src/devices/cpu/h8/h83048.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/h8/h83048.cpp b/src/devices/cpu/h8/h83048.cpp
index f04b8f6cea7..545acb7f425 100644
--- a/src/devices/cpu/h8/h83048.cpp
+++ b/src/devices/cpu/h8/h83048.cpp
@@ -301,6 +301,7 @@ u8 h83048_device::syscr_r()
void h83048_device::syscr_w(u8 data)
{
m_syscr = data;
+ m_intc->set_nmi_edge(BIT(data, 2));
update_irq_filter();
logerror("syscr = %02x\n", data);
}