summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mw8080bw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mw8080bw.c')
-rw-r--r--src/mame/machine/mw8080bw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mw8080bw.c b/src/mame/machine/mw8080bw.c
index 24c32966bee..942d0938c9b 100644
--- a/src/mame/machine/mw8080bw.c
+++ b/src/mame/machine/mw8080bw.c
@@ -87,7 +87,7 @@ static TIMER_CALLBACK( mw8080bw_interrupt_callback )
static void mw8080bw_create_interrupt_timer(void)
{
- interrupt_timer = timer_alloc(mw8080bw_interrupt_callback);
+ interrupt_timer = timer_alloc(mw8080bw_interrupt_callback, NULL);
}