summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ertictac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ertictac.c')
-rw-r--r--src/mame/drivers/ertictac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ertictac.c b/src/mame/drivers/ertictac.c
index 1e8f11c99ce..9711a37d5f8 100644
--- a/src/mame/drivers/ertictac.c
+++ b/src/mame/drivers/ertictac.c
@@ -161,7 +161,7 @@ static TIMER_CALLBACK( ertictacTimer )
static void startTimer(void)
{
- timer_set(ATTOTIME_IN_USEC( ((T1low&0xff)|((T1high&0xff)<<8))>>4), 0, ertictacTimer);
+ timer_set(ATTOTIME_IN_USEC( ((T1low&0xff)|((T1high&0xff)<<8))>>4), NULL, 0, ertictacTimer);
}
static WRITE32_HANDLER(T1GO_w)