summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/atarig42.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/atarig42.c')
-rw-r--r--src/mame/video/atarig42.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/atarig42.c b/src/mame/video/atarig42.c
index 3de6b9c414e..d52501cf6b0 100644
--- a/src/mame/video/atarig42.c
+++ b/src/mame/video/atarig42.c
@@ -179,7 +179,7 @@ void atarig42_scanline_update(screen_device &screen, int scanline)
UINT32 atarig42_state::screen_update_atarig42(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- bitmap_ind8 &priority_bitmap = screen.machine().priority_bitmap;
+ bitmap_ind8 &priority_bitmap = machine().priority_bitmap;
/* draw the playfield */
priority_bitmap.fill(0, cliprect);