summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trucocl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trucocl.c')
-rw-r--r--src/mame/drivers/trucocl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/trucocl.c b/src/mame/drivers/trucocl.c
index 7daf3e36c5c..aeb1c66488e 100644
--- a/src/mame/drivers/trucocl.c
+++ b/src/mame/drivers/trucocl.c
@@ -82,7 +82,7 @@ static WRITE8_HANDLER( audio_dac_w)
DAC_data_w( 0, rom[dac_address+cur_dac_address_index] );
- timer_set( ATTOTIME_IN_HZ( 16000 ), 0, dac_irq );
+ timer_set( ATTOTIME_IN_HZ( 16000 ), NULL, 0, dac_irq );
}
static ADDRESS_MAP_START( readmem, ADDRESS_SPACE_PROGRAM, 8 )