summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/wecleman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/wecleman.c')
-rw-r--r--src/mame/video/wecleman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/wecleman.c b/src/mame/video/wecleman.c
index 9fe99f1994b..ff41f954a1d 100644
--- a/src/mame/video/wecleman.c
+++ b/src/mame/video/wecleman.c
@@ -793,7 +793,7 @@ static void hotchase_draw_road(running_machine &machine, bitmap_ind16 &bitmap, c
#define YSIZE 512
int sx, sy;
- const rectangle &visarea = machine.primary_screen->visible_area();
+ const rectangle &visarea = machine.first_screen()->visible_area();
/* Let's draw from the top to the bottom of the visible screen */
for (sy = visarea.min_y;sy <= visarea.max_y;sy++)