summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/konamiic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/konamiic.c')
-rw-r--r--src/mame/machine/konamiic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/konamiic.c b/src/mame/machine/konamiic.c
index 45500599b8d..8efdcbb13dc 100644
--- a/src/mame/machine/konamiic.c
+++ b/src/mame/machine/konamiic.c
@@ -63,7 +63,7 @@ void K056800_init(void (* irq_callback)(int))
timer_period = attotime_mul(ATTOTIME_IN_HZ(44100), 128); // roughly 2.9us
- K056800_sound_cpu_timer = timer_alloc(K056800_sound_cpu_timer_tick);
+ K056800_sound_cpu_timer = timer_alloc(K056800_sound_cpu_timer_tick, NULL);
timer_adjust(K056800_sound_cpu_timer, timer_period, 0, timer_period);
}