summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ssfindo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ssfindo.c')
-rw-r--r--src/mame/drivers/ssfindo.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/ssfindo.c b/src/mame/drivers/ssfindo.c
index ff38ccb78c3..eb976849b06 100644
--- a/src/mame/drivers/ssfindo.c
+++ b/src/mame/drivers/ssfindo.c
@@ -705,15 +705,15 @@ ROM_END
static DRIVER_INIT(ssfindo)
{
flashType=0;
- PS7500timer0 = timer_alloc(PS7500_Timer0_callback);
- PS7500timer1 = timer_alloc(PS7500_Timer1_callback);
+ PS7500timer0 = timer_alloc(PS7500_Timer0_callback, NULL);
+ PS7500timer1 = timer_alloc(PS7500_Timer1_callback, NULL);
}
static DRIVER_INIT(ppcar)
{
flashType=1;
- PS7500timer0 = timer_alloc(PS7500_Timer0_callback);
- PS7500timer1 = timer_alloc(PS7500_Timer1_callback);
+ PS7500timer0 = timer_alloc(PS7500_Timer0_callback, NULL);
+ PS7500timer1 = timer_alloc(PS7500_Timer1_callback, NULL);
}
GAME( 1999, ssfindo, 0, ssfindo, ssfindo, ssfindo, ROT0, "Icarus", "See See Find Out", GAME_NO_SOUND )