summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/atari.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/atari.c')
-rw-r--r--src/mame/video/atari.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/atari.c b/src/mame/video/atari.c
index 6a9ec7ebd3e..c00a6dbe933 100644
--- a/src/mame/video/atari.c
+++ b/src/mame/video/atari.c
@@ -1160,7 +1160,7 @@ static TIMER_CALLBACK( antic_steal_cycles )
LOG((" @cycle #%3d steal %d cycles\n", cycle(machine), antic.steal_cycles));
after(machine, antic.steal_cycles, FUNC(antic_line_done));
antic.steal_cycles = 0;
- device_spin_until_trigger( machine.device("maincpu"), TRIGGER_STEAL );
+ machine.device("maincpu")->execute().spin_until_trigger(TRIGGER_STEAL );
}