summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/gaelco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/gaelco.cpp')
-rw-r--r--src/devices/sound/gaelco.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/sound/gaelco.cpp b/src/devices/sound/gaelco.cpp
index 7da4ab16f76..31d294ee948 100644
--- a/src/devices/sound/gaelco.cpp
+++ b/src/devices/sound/gaelco.cpp
@@ -265,6 +265,11 @@ void gaelco_gae1_device::device_start()
wavraw = util::wav_open("gae1_snd.wav", rate, 2);
}
+void gaelco_gae1_device::device_reset()
+{
+ for (int ch = 0; ch < NUM_CHANNELS; ch++)
+ m_channel[ch].active = 0;
+}
void gaelco_gae1_device::device_stop()
{