diff options
Diffstat (limited to 'src/devices/sound/votrax.cpp')
-rw-r--r-- | src/devices/sound/votrax.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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), |