summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/thunderx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/thunderx.c')
-rw-r--r--src/mame/video/thunderx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/thunderx.c b/src/mame/video/thunderx.c
index 33270ffd6da..d9c3f81a995 100644
--- a/src/mame/video/thunderx.c
+++ b/src/mame/video/thunderx.c
@@ -70,7 +70,7 @@ UINT32 thunderx_state::screen_update_scontra(screen_device &screen, bitmap_ind16
k052109_tilemap_update(m_k052109);
- screen.machine().priority_bitmap.fill(0, cliprect);
+ machine().priority_bitmap.fill(0, cliprect);
/* The background color is always from layer 1 - but it's always black anyway */
// bitmap.fill(16 * m_layer_colorbase[1], cliprect);