summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/grchamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/grchamp.c')
-rw-r--r--src/mame/drivers/grchamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/grchamp.c b/src/mame/drivers/grchamp.c
index 9a3ff5d01ce..e1442b2e146 100644
--- a/src/mame/drivers/grchamp.c
+++ b/src/mame/drivers/grchamp.c
@@ -405,7 +405,7 @@ static TIMER_CALLBACK( main_to_sub_comm_sync_w )
static WRITE8_HANDLER( main_to_sub_comm_w )
{
- timer_call_after_resynch(data | (offset << 8), main_to_sub_comm_sync_w);
+ timer_call_after_resynch(NULL, data | (offset << 8), main_to_sub_comm_sync_w);
}