summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gcpinbal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gcpinbal.c')
-rw-r--r--src/mame/drivers/gcpinbal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gcpinbal.c b/src/mame/drivers/gcpinbal.c
index 3515a6dfe05..96327204b8f 100644
--- a/src/mame/drivers/gcpinbal.c
+++ b/src/mame/drivers/gcpinbal.c
@@ -64,8 +64,8 @@ static INTERRUPT_GEN( gcpinbal_interrupt )
{
/* Unsure of actual sequence */
- timer_set(ATTOTIME_IN_CYCLES(500,0),0, gcpinbal_interrupt1);
-// timer_set(ATTOTIME_IN_CYCLES(1000,0),0, gcpinbal_interrupt3);
+ timer_set(ATTOTIME_IN_CYCLES(500,0), NULL, 0, gcpinbal_interrupt1);
+// timer_set(ATTOTIME_IN_CYCLES(1000,0), NULL, 0, gcpinbal_interrupt3);
cpunum_set_input_line(0, 4, HOLD_LINE);
}