summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rotaryf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rotaryf.c')
-rw-r--r--src/mame/drivers/rotaryf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rotaryf.c b/src/mame/drivers/rotaryf.c
index cff304d9650..733f7cfb6d7 100644
--- a/src/mame/drivers/rotaryf.c
+++ b/src/mame/drivers/rotaryf.c
@@ -28,7 +28,7 @@ static size_t rotaryf_videoram_size;
static INTERRUPT_GEN( rotaryf_interrupt )
{
- if (video_screen_get_vblank(device->machine->primary_screen))
+ if (device->machine->primary_screen->vblank())
cpu_set_input_line(device, I8085_RST55_LINE, HOLD_LINE);
else
{