summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/k054321.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/k054321.cpp')
-rw-r--r--src/devices/machine/k054321.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/machine/k054321.cpp b/src/devices/machine/k054321.cpp
index e5621f4f789..6a362f655b2 100644
--- a/src/devices/machine/k054321.cpp
+++ b/src/devices/machine/k054321.cpp
@@ -85,6 +85,11 @@ void k054321_device::device_start()
save_item(NAME(m_active));
}
+void k054321_device::device_reset()
+{
+ m_volume = 0;
+}
+
void k054321_device::device_add_mconfig(machine_config &config)
{
for (int i = 0; i < 3; i++)