diff --git a/src/devices/machine/tms9901.cpp b/src/devices/machine/tms9901.cpp index 7f85114128a..bb7148a91a6 100644 --- a/src/devices/machine/tms9901.cpp +++ b/src/devices/machine/tms9901.cpp @@ -188,11 +188,18 @@ void tms9901_device::prioritize_interrupts() // Skip the rightmost bit uint16_t masked_ints = m_int_line; - // Do we have a timer interrupt? - if (m_clock_register != 0 && m_timer_int_pending) + // Is the clock enabled? + if (m_clock_register != 0) { - masked_ints |= (1<