mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
heathkit/h19.cpp: Turn off bell properly. (#10953)
Fixes a copy/paste error introduced by #9788.
This commit is contained in:
parent
fcb4f01dfb
commit
863d034372
@ -148,7 +148,7 @@ TIMER_CALLBACK_MEMBER(h19_state::key_click_off)
|
||||
|
||||
TIMER_CALLBACK_MEMBER(h19_state::bell_off)
|
||||
{
|
||||
m_keyclickactive = false;
|
||||
m_bellactive = false;
|
||||
|
||||
if (!m_keyclickactive && !m_bellactive)
|
||||
m_beep->set_state(0);
|
||||
|
Loading…
Reference in New Issue
Block a user