summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tehkanwc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tehkanwc.c')
-rw-r--r--src/mame/drivers/tehkanwc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tehkanwc.c b/src/mame/drivers/tehkanwc.c
index 8acc27491d4..ca273c79ff6 100644
--- a/src/mame/drivers/tehkanwc.c
+++ b/src/mame/drivers/tehkanwc.c
@@ -175,7 +175,7 @@ static WRITE8_HANDLER( sound_answer_w )
/* in Gridiron, the sound CPU goes in a tight loop after the self test, */
/* probably waiting to be reset by a watchdog */
- if (activecpu_get_pc() == 0x08bc) timer_set(ATTOTIME_IN_SEC(1),0,reset_callback);
+ if (activecpu_get_pc() == 0x08bc) timer_set(ATTOTIME_IN_SEC(1), NULL,0,reset_callback);
}