heathkit/h19.cpp: Turn off bell properly. (#10953)

Fixes a copy/paste error introduced by #9788.
This commit is contained in:
Mark Garlanger 2023-03-03 19:53:47 -06:00 committed by GitHub
parent fcb4f01dfb
commit 863d034372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);