summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/msm5232.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/msm5232.c')
-rw-r--r--src/emu/sound/msm5232.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/msm5232.c b/src/emu/sound/msm5232.c
index 71a9a89b875..fadae1a6ae7 100644
--- a/src/emu/sound/msm5232.c
+++ b/src/emu/sound/msm5232.c
@@ -26,7 +26,7 @@ void msm5232_device::device_start()
{
int rate = clock()/CLOCK_RATE_DIVIDER;
int voicenum;
-
+
m_gate_handler_cb.resolve();
init(clock(), rate);