summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/asc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/asc.c')
-rw-r--r--src/emu/sound/asc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/asc.c b/src/emu/sound/asc.c
index 5ed37ce8554..4d2707cbd7f 100644
--- a/src/emu/sound/asc.c
+++ b/src/emu/sound/asc.c
@@ -127,7 +127,7 @@ void asc_device::device_reset()
void asc_device::device_timer(emu_timer &timer, device_timer_id tid, int param, void *ptr)
{
- m_stream->update();
+ m_stream->update();
}
//-------------------------------------------------