univac.cpp: Less erratic sound (nw)

This commit is contained in:
AJR 2019-01-14 00:51:44 -05:00
parent 7447ff35aa
commit b5e2e78671

View File

@ -311,7 +311,10 @@ WRITE_LINE_MEMBER(univac_state::alarm_enable_w)
{
m_alarm_enable = state;
if (!state)
{
m_alarm_toggle = false;
m_alarm->level_w(0);
}
}
WRITE_LINE_MEMBER(univac_state::sio_loopback_w)