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