summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ds2404.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/ds2404.c')
-rw-r--r--src/emu/machine/ds2404.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/ds2404.c b/src/emu/machine/ds2404.c
index fb4fc09696e..bc40ff9d88e 100644
--- a/src/emu/machine/ds2404.c
+++ b/src/emu/machine/ds2404.c
@@ -305,7 +305,7 @@ void DS2404_init(int ref_year, int ref_month, int ref_day)
ds2404.rtc[ 3 ] = ( current_time >> 16 ) & 0xff;
ds2404.rtc[ 4 ] = ( current_time >> 24 ) & 0xff;
- timer = timer_alloc( DS2404_tick );
+ timer = timer_alloc( DS2404_tick , NULL);
timer_adjust( timer, ATTOTIME_IN_HZ( 256 ), 0, ATTOTIME_IN_HZ( 256 ) );
}