summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m10.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2013-08-05 21:31:00 +0000
committer Aaron Giles <aaron@aarongiles.com>2013-08-05 21:31:00 +0000
commited53641fc703c6bc48368e71e8e9e3bea2a12eb0 (patch)
treeaa59eea5ba9c9f34a1c03da846e640f32ffe068d /src/mame/drivers/m10.c
parent035a8709609a0eed811dd7988ebbb23a94c45c19 (diff)
Some cleanups of remaining machine->primary_screen references in drivers. Mostly
minor except for the megadriv stuff, where I made a first pass at removing some of the legacy cruft.
Diffstat (limited to 'src/mame/drivers/m10.c')
-rw-r--r--src/mame/drivers/m10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m10.c b/src/mame/drivers/m10.c
index 435ace8f220..aa821034046 100644
--- a/src/mame/drivers/m10.c
+++ b/src/mame/drivers/m10.c
@@ -526,7 +526,7 @@ void m10_state::device_timer(emu_timer &timer, device_timer_id id, int param, vo
INTERRUPT_GEN_MEMBER(m10_state::m11_interrupt)
{
device.execute().set_input_line(0, ASSERT_LINE);
- //timer_set(machine.primary_screen->time_until_pos(IREMM10_VBEND), TIMER_INTERRUPT, -1);
+ //timer_set(m_screen->time_until_pos(IREMM10_VBEND), TIMER_INTERRUPT, -1);
}
INTERRUPT_GEN_MEMBER(m10_state::m10_interrupt)