diff options
Diffstat (limited to 'src/devices/cpu/tlcs900/tmp95c063.cpp')
-rw-r--r-- | src/devices/cpu/tlcs900/tmp95c063.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/tlcs900/tmp95c063.cpp b/src/devices/cpu/tlcs900/tmp95c063.cpp index d3ea2e08113..ab30572ac16 100644 --- a/src/devices/cpu/tlcs900/tmp95c063.cpp +++ b/src/devices/cpu/tlcs900/tmp95c063.cpp @@ -1250,6 +1250,7 @@ void tmp95c063_device::sc0buf_w(uint8_t data) { // Fake finish sending data m_int_reg[TMP95C063_INTES0] |= 0x80; + m_check_irqs = 1; } uint8_t tmp95c063_device::sc0cr_r() @@ -1294,6 +1295,7 @@ void tmp95c063_device::sc1buf_w(uint8_t data) { // Fake finish sending data m_int_reg[TMP95C063_INTES1] |= 0x80; + m_check_irqs = 1; } uint8_t tmp95c063_device::sc1cr_r() |