summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jpmimpct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jpmimpct.c')
-rw-r--r--src/mame/drivers/jpmimpct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jpmimpct.c b/src/mame/drivers/jpmimpct.c
index 6af3ecbc754..682e3376e61 100644
--- a/src/mame/drivers/jpmimpct.c
+++ b/src/mame/drivers/jpmimpct.c
@@ -174,7 +174,7 @@ static MACHINE_RESET( jpmimpct )
{
memset(&duart_1, 0, sizeof(duart_1));
- duart_1_timer = timer_alloc(duart_1_timer_event);
+ duart_1_timer = timer_alloc(duart_1_timer_event, NULL);
/* Reset states */
duart_1_irq = tms_irq = 0;