From 048e4b8ce84f759ecccf63c2fdf5d1aa3d603404 Mon Sep 17 00:00:00 2001 From: hap Date: Wed, 14 Dec 2022 01:38:16 +0100 Subject: [PATCH] tehkanwc: reset msm together with soundcpu --- src/mame/tecmo/tehkanwc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/tecmo/tehkanwc.cpp b/src/mame/tecmo/tehkanwc.cpp index d6854c3d1a2..a32ecc50de4 100644 --- a/src/mame/tecmo/tehkanwc.cpp +++ b/src/mame/tecmo/tehkanwc.cpp @@ -201,6 +201,7 @@ void tehkanwc_state::sub_cpu_reset_w(uint8_t data) void tehkanwc_state::sound_cpu_reset_w(uint8_t data) { m_audiocpu->set_input_line(INPUT_LINE_RESET, data ? CLEAR_LINE : ASSERT_LINE); + msm_reset_w(data); } void tehkanwc_state::sound_command_w(uint8_t data)