summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/volfied.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/volfied.c')
-rw-r--r--src/mame/video/volfied.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/volfied.c b/src/mame/video/volfied.c
index f850c5cd325..3be6c8bdc1c 100644
--- a/src/mame/video/volfied.c
+++ b/src/mame/video/volfied.c
@@ -99,8 +99,8 @@ static void refresh_pixel_layer( running_machine *machine, bitmap_t *bitmap )
volfied_state *state = (volfied_state *)machine->driver_data;
UINT16* p = state->video_ram;
- int width = video_screen_get_width(machine->primary_screen);
- int height = video_screen_get_height(machine->primary_screen);
+ int width = machine->primary_screen->width();
+ int height = machine->primary_screen->height();
if (state->video_ctrl & 1)
p += 0x20000;