From 16bcdc58a53f51da0fac263b22ff184c366a6355 Mon Sep 17 00:00:00 2001 From: arbee Date: Sun, 30 May 2021 10:59:18 -0400 Subject: [PATCH] votrax: Tell the device's parent when the IRQ line is lowered. Improves Type N Talk. [Rob Justice] --- src/devices/sound/votrax.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/sound/votrax.cpp b/src/devices/sound/votrax.cpp index 067e639ed78..2c262ad3c42 100644 --- a/src/devices/sound/votrax.cpp +++ b/src/devices/sound/votrax.cpp @@ -98,6 +98,7 @@ void votrax_sc01_device::write(uint8_t data) logerror("phone %02x.%d %s\n", m_phone, m_inflection, s_phone_table[m_phone]); m_ar_state = CLEAR_LINE; + m_ar_cb(m_ar_state); // Schedule a commit/ar reset at roughly 0.1ms in the future (one // phi1 transition followed by the rom extra state in practice),