summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rollerg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rollerg.c')
-rw-r--r--src/mame/drivers/rollerg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rollerg.c b/src/mame/drivers/rollerg.c
index 77967c12895..6e5fe311df4 100644
--- a/src/mame/drivers/rollerg.c
+++ b/src/mame/drivers/rollerg.c
@@ -67,7 +67,7 @@ static TIMER_CALLBACK( nmi_callback )
static WRITE8_HANDLER( sound_arm_nmi_w )
{
cpunum_set_input_line(1, INPUT_LINE_NMI, CLEAR_LINE);
- timer_set(ATTOTIME_IN_USEC(50),0,nmi_callback); /* kludge until the K053260 is emulated correctly */
+ timer_set(ATTOTIME_IN_USEC(50), NULL,0,nmi_callback); /* kludge until the K053260 is emulated correctly */
}
static READ8_HANDLER( pip_r )