mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
univac.cpp: Less erratic sound (nw)
This commit is contained in:
parent
7447ff35aa
commit
b5e2e78671
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user