summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/slikshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/slikshot.c')
-rw-r--r--src/mame/machine/slikshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/slikshot.c b/src/mame/machine/slikshot.c
index 58cd6da6a0a..7fe346b2b81 100644
--- a/src/mame/machine/slikshot.c
+++ b/src/mame/machine/slikshot.c
@@ -527,7 +527,7 @@ static TIMER_CALLBACK( delayed_z80_control_w )
WRITE8_HANDLER( slikshot_z80_control_w )
{
- timer_call_after_resynch(data, delayed_z80_control_w);
+ timer_call_after_resynch(NULL, data, delayed_z80_control_w);
}