summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800/m6801.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6800/m6801.cpp')
-rw-r--r--src/devices/cpu/m6800/m6801.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/m6800/m6801.cpp b/src/devices/cpu/m6800/m6801.cpp
index 621a09c495f..bb35bd967a8 100644
--- a/src/devices/cpu/m6800/m6801.cpp
+++ b/src/devices/cpu/m6800/m6801.cpp
@@ -2388,6 +2388,8 @@ void hd6301x_cpu_device::tcsr3_w(u8 data)
m_port2_written = true;
write_port2();
}
+
+ check_irq2();
}