summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tc8830f.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/tc8830f.c')
-rw-r--r--src/emu/sound/tc8830f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/tc8830f.c b/src/emu/sound/tc8830f.c
index cf855c8ee04..8a39f30fdfd 100644
--- a/src/emu/sound/tc8830f.c
+++ b/src/emu/sound/tc8830f.c
@@ -24,7 +24,7 @@ const device_type TC8830F = &device_creator<tc8830f_device>;
tc8830f_device::tc8830f_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, TC8830F, "TC8830F", tag, owner, clock),
- device_sound_interface(mconfig, *this)
+ device_sound_interface(mconfig, *this)
{
}