summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxian.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galaxian.c')
-rw-r--r--src/mame/drivers/galaxian.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galaxian.c b/src/mame/drivers/galaxian.c
index 90473411e9c..cd7c5070aab 100644
--- a/src/mame/drivers/galaxian.c
+++ b/src/mame/drivers/galaxian.c
@@ -1220,7 +1220,7 @@ static WRITE8_HANDLER( checkman_sound_command_w )
static TIMER_DEVICE_CALLBACK( checkmaj_irq0_gen )
{
- cputag_set_input_line(timer->machine, "audiocpu", 0, HOLD_LINE);
+ cputag_set_input_line(timer.machine, "audiocpu", 0, HOLD_LINE);
}