summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nycaptor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nycaptor.c')
-rw-r--r--src/mame/drivers/nycaptor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/nycaptor.c b/src/mame/drivers/nycaptor.c
index 117385ebf19..db2927d5eca 100644
--- a/src/mame/drivers/nycaptor.c
+++ b/src/mame/drivers/nycaptor.c
@@ -271,7 +271,7 @@ static TIMER_CALLBACK( nmi_callback )
static WRITE8_HANDLER( sound_command_w )
{
soundlatch_w(0,data);
- timer_call_after_resynch(data,nmi_callback);
+ timer_call_after_resynch(NULL, data,nmi_callback);
}
static WRITE8_HANDLER( nmi_disable_w )