summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gottlieb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gottlieb.c')
-rw-r--r--src/mame/video/gottlieb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/gottlieb.c b/src/mame/video/gottlieb.c
index 433d736aee1..dd5cb8c28f6 100644
--- a/src/mame/video/gottlieb.c
+++ b/src/mame/video/gottlieb.c
@@ -60,7 +60,7 @@ WRITE8_HANDLER( gottlieb_video_control_w )
{
/* bit 0 controls foreground/background priority */
if (background_priority != (data & 0x01))
- video_screen_update_partial(space->machine->primary_screen, video_screen_get_vpos(space->machine->primary_screen));
+ space->machine->primary_screen->update_partial(space->machine->primary_screen->vpos());
background_priority = data & 0x01;
/* bit 1 controls horizonal flip screen */