summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/tms34061.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/tms34061.c')
-rw-r--r--src/emu/video/tms34061.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/tms34061.c b/src/emu/video/tms34061.c
index 49d20d31da2..f601842cd1d 100644
--- a/src/emu/video/tms34061.c
+++ b/src/emu/video/tms34061.c
@@ -117,7 +117,7 @@ void tms34061_start(struct tms34061_interface *interface)
tms34061.regs[TMS34061_VERCOUNTER] = 0x0000;
/* start vertical interrupt timer */
- tms34061.timer = timer_alloc(tms34061_interrupt);
+ tms34061.timer = timer_alloc(tms34061_interrupt, NULL);
}