summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/halleys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/halleys.c')
-rw-r--r--src/mame/drivers/halleys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/halleys.c b/src/mame/drivers/halleys.c
index 7b9ea25b0e3..bc20ea3dd7b 100644
--- a/src/mame/drivers/halleys.c
+++ b/src/mame/drivers/halleys.c
@@ -2228,7 +2228,7 @@ static DRIVER_INIT( benberob )
init_common();
- blitter_reset_timer = timer_alloc(blitter_reset);
+ blitter_reset_timer = timer_alloc(blitter_reset, NULL);
}