summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mustache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mustache.c')
-rw-r--r--src/mame/drivers/mustache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mustache.c b/src/mame/drivers/mustache.c
index 70c1b4fa707..eae3317d533 100644
--- a/src/mame/drivers/mustache.c
+++ b/src/mame/drivers/mustache.c
@@ -189,7 +189,7 @@ static TIMER_CALLBACK( clear_irq_cb )
static void assert_irq(void)
{
cpunum_set_input_line(0, 0, ASSERT_LINE);
- timer_set(ATTOTIME_IN_CYCLES(14288, 0), 0, clear_irq_cb);
+ timer_set(ATTOTIME_IN_CYCLES(14288, 0), NULL, 0, clear_irq_cb);
/* Timing here is an educated GUESS, Z80 /INT must stay high so the irq
fires no less than TWICE per frame, else game doesn't work right.
6000000 / 56.747 = 105732.4616 cycles per frame, we'll call it A