summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/gridlee.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/gridlee.c')
-rw-r--r--src/mame/audio/gridlee.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/audio/gridlee.c b/src/mame/audio/gridlee.c
index f06536e6aed..22cb4fbe98c 100644
--- a/src/mame/audio/gridlee.c
+++ b/src/mame/audio/gridlee.c
@@ -183,7 +183,7 @@ const device_type GRIDLEE = &device_creator<gridlee_sound_device>;
gridlee_sound_device::gridlee_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, GRIDLEE, "Gridlee Custom", tag, owner, clock),
- device_sound_interface(mconfig, *this)
+ device_sound_interface(mconfig, *this)
{
m_token = global_alloc_clear(gridlee_sound_state);
}
@@ -216,5 +216,3 @@ void gridlee_sound_device::sound_stream_update(sound_stream &stream, stream_samp
// should never get here
fatalerror("sound_stream_update called; not applicable to legacy sound devices\n");
}
-
-