summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/mas3507d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/mas3507d.c')
-rw-r--r--src/emu/sound/mas3507d.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/sound/mas3507d.c b/src/emu/sound/mas3507d.c
index 84a47309fdc..3b5ad58f191 100644
--- a/src/emu/sound/mas3507d.c
+++ b/src/emu/sound/mas3507d.c
@@ -10,7 +10,7 @@ const device_type MAS3507D = &device_creator<mas3507d_device>;
mas3507d_device::mas3507d_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, MAS3507D, "MAS3507D", tag, owner, clock),
- device_sound_interface(mconfig, *this)
+ device_sound_interface(mconfig, *this)
{
}
@@ -258,4 +258,3 @@ void mas3507d_device::run_program(UINT32 adr)
void mas3507d_device::sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples)
{
}
-