summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/supbtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/supbtime.c')
-rw-r--r--src/mame/video/supbtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/supbtime.c b/src/mame/video/supbtime.c
index 67c6512b3de..5714172f5d3 100644
--- a/src/mame/video/supbtime.c
+++ b/src/mame/video/supbtime.c
@@ -34,7 +34,7 @@ static void draw_sprites( running_machine *machine, bitmap_t *bitmap, const rect
y = spriteram[offs];
flash = y & 0x1000;
- if (flash && (video_screen_get_frame_number(machine->primary_screen) & 1))
+ if (flash && (machine->primary_screen->frame_number() & 1))
continue;
x = spriteram[offs + 2];