summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fromance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fromance.c')
-rw-r--r--src/mame/drivers/fromance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/fromance.c b/src/mame/drivers/fromance.c
index c99d0f5361c..1cbc6ee4f87 100644
--- a/src/mame/drivers/fromance.c
+++ b/src/mame/drivers/fromance.c
@@ -99,14 +99,14 @@ static TIMER_CALLBACK( deferred_commanddata_w )
static WRITE8_HANDLER( fromance_commanddata_w )
{
/* do this on a timer to let the slave CPU synchronize */
- timer_call_after_resynch(data, deferred_commanddata_w);
+ timer_call_after_resynch(NULL, data, deferred_commanddata_w);
}
static READ8_HANDLER( fromance_busycheck_main_r )
{
/* set a timer to force synchronization after the read */
- timer_call_after_resynch(0, NULL);
+ timer_call_after_resynch(NULL, 0, NULL);
if (!fromance_directionflag) return 0x00; // standby
else return 0xff; // busy