summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tlcs900/tmp95c061.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tlcs900/tmp95c061.cpp')
-rw-r--r--src/devices/cpu/tlcs900/tmp95c061.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/tlcs900/tmp95c061.cpp b/src/devices/cpu/tlcs900/tmp95c061.cpp
index 5486263028e..c2f5ea258cf 100644
--- a/src/devices/cpu/tlcs900/tmp95c061.cpp
+++ b/src/devices/cpu/tlcs900/tmp95c061.cpp
@@ -1261,6 +1261,7 @@ void tmp95c061_device::sc0buf_w(uint8_t data)
{
// Fake finish sending data
m_int_reg[TMP95C061_INTES0] |= 0x80;
+ m_check_irqs = 1;
}
uint8_t tmp95c061_device::sc0cr_r()
@@ -1305,6 +1306,7 @@ void tmp95c061_device::sc1buf_w(uint8_t data)
{
// Fake finish sending data
m_int_reg[TMP95C061_INTES1] |= 0x80;
+ m_check_irqs = 1;
}
uint8_t tmp95c061_device::sc1cr_r()