summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mb3773.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/mb3773.c')
-rw-r--r--src/emu/machine/mb3773.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/mb3773.c b/src/emu/machine/mb3773.c
index be0d5d7e6cd..e94217ad624 100644
--- a/src/emu/machine/mb3773.c
+++ b/src/emu/machine/mb3773.c
@@ -33,7 +33,7 @@ void mb3773_set_ck( UINT8 new_ck )
void mb3773_init( void )
{
- watchdog_timer = timer_alloc( watchdog_timeout );
+ watchdog_timer = timer_alloc( watchdog_timeout , NULL);
reset_timer();
state_save_register_global( ck );
}