summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/tiamc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/tiamc1.c')
-rw-r--r--src/mame/audio/tiamc1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/tiamc1.c b/src/mame/audio/tiamc1.c
index 32dde518267..ced5453cc6c 100644
--- a/src/mame/audio/tiamc1.c
+++ b/src/mame/audio/tiamc1.c
@@ -288,7 +288,7 @@ static DEVICE_START( tiamc1_sound )
timer8253_reset(&timer0);
timer8253_reset(&timer1);
- channel = stream_create(device, 0, 1, device->clock / CLOCK_DIVIDER, 0, tiamc1_sound_update);
+ channel = stream_create(device, 0, 1, device->clock() / CLOCK_DIVIDER, 0, tiamc1_sound_update);
timer1_divider = 0;