summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vindictr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vindictr.c')
-rw-r--r--src/mame/drivers/vindictr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vindictr.c b/src/mame/drivers/vindictr.c
index d708a6ea957..680dfe45f5a 100644
--- a/src/mame/drivers/vindictr.c
+++ b/src/mame/drivers/vindictr.c
@@ -50,7 +50,7 @@ static MACHINE_RESET( vindictr )
atarigen_eeprom_reset(&state->atarigen);
atarigen_interrupt_reset(&state->atarigen, update_interrupts);
- atarigen_scanline_timer_reset(machine->primary_screen, vindictr_scanline_update, 8);
+ atarigen_scanline_timer_reset(*machine->primary_screen, vindictr_scanline_update, 8);
atarijsa_reset();
}