summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/stfight.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/stfight.c')
-rw-r--r--src/mame/machine/stfight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/stfight.c b/src/mame/machine/stfight.c
index 623d9802963..92c3c28a9c0 100644
--- a/src/mame/machine/stfight.c
+++ b/src/mame/machine/stfight.c
@@ -108,7 +108,7 @@ INTERRUPT_GEN( stfight_vb_interrupt )
{
// Do a RST10
cpunum_set_input_line_and_vector(0,0,HOLD_LINE,0xd7);
- timer_set(ATTOTIME_IN_HZ(120), 0, stfight_interrupt_1);
+ timer_set(ATTOTIME_IN_HZ(120), NULL, 0, stfight_interrupt_1);
}
/*