From 863d034372f80a02dc458d73c72c04e84a15c00f Mon Sep 17 00:00:00 2001 From: Mark Garlanger Date: Fri, 3 Mar 2023 19:53:47 -0600 Subject: heathkit/h19.cpp: Turn off bell properly. (#10953) Fixes a copy/paste error introduced by #9788. --- src/mame/heathkit/h19.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/heathkit/h19.cpp b/src/mame/heathkit/h19.cpp index 14faf7851a9..b5c8911538e 100644 --- a/src/mame/heathkit/h19.cpp +++ b/src/mame/heathkit/h19.cpp @@ -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); -- cgit v1.2.3