summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/gottlieb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/gottlieb.c')
-rw-r--r--src/mame/audio/gottlieb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/gottlieb.c b/src/mame/audio/gottlieb.c
index 2236a5e9cf8..37b06994e66 100644
--- a/src/mame/audio/gottlieb.c
+++ b/src/mame/audio/gottlieb.c
@@ -150,7 +150,7 @@ logerror("Votrax: intonation %d, phoneme %02x %s\n",data >> 6,data & 0x3f,Phonem
}
/* generate a NMI after a while to make the CPU continue to send data */
- timer_set(ATTOTIME_IN_USEC(50),0,gottlieb_nmi_generate);
+ timer_set(ATTOTIME_IN_USEC(50), NULL,0,gottlieb_nmi_generate);
}
WRITE8_HANDLER( gottlieb_speech_clock_DAC_w )
@@ -209,7 +209,7 @@ static UINT8 sp0250_latch;
static TIMER_CALLBACK( nmi_callback );
void gottlieb_sound_init(void)
{
- nmi_timer = timer_alloc(nmi_callback);
+ nmi_timer = timer_alloc(nmi_callback, NULL);
}
void stooges_sp0250_drq(int level)