summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/disound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/disound.c')
-rw-r--r--src/emu/disound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/disound.c b/src/emu/disound.c
index b8293563677..1c088021d82 100644
--- a/src/emu/disound.c
+++ b/src/emu/disound.c
@@ -21,7 +21,7 @@
//-------------------------------------------------
device_sound_interface::device_sound_interface(const machine_config &mconfig, device_t &device)
- : device_interface(device),
+ : device_interface(device, "sound"),
m_outputs(0),
m_auto_allocated_inputs(0)
{