summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rpunch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rpunch.c')
-rw-r--r--src/mame/drivers/rpunch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rpunch.c b/src/mame/drivers/rpunch.c
index 124830dbd8e..c52e71d90ea 100644
--- a/src/mame/drivers/rpunch.c
+++ b/src/mame/drivers/rpunch.c
@@ -187,7 +187,7 @@ static TIMER_CALLBACK( sound_command_w_callback )
static WRITE16_HANDLER( sound_command_w )
{
if (ACCESSING_LSB)
- timer_call_after_resynch(data & 0xff, sound_command_w_callback);
+ timer_call_after_resynch(NULL, data & 0xff, sound_command_w_callback);
}