summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/surpratk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/surpratk.c')
-rw-r--r--src/mame/video/surpratk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/surpratk.c b/src/mame/video/surpratk.c
index 0f66510e9df..c838df669e8 100644
--- a/src/mame/video/surpratk.c
+++ b/src/mame/video/surpratk.c
@@ -67,7 +67,7 @@ UINT32 surpratk_state::screen_update_surpratk(screen_device &screen, bitmap_ind1
konami_sortlayers3(layer, m_layerpri);
- screen.machine().priority_bitmap.fill(0, cliprect);
+ machine().priority_bitmap.fill(0, cliprect);
bitmap.fill(16 * bg_colorbase, cliprect);
k052109_tilemap_draw(m_k052109, bitmap, cliprect, layer[0], 0, 1);
k052109_tilemap_draw(m_k052109, bitmap, cliprect, layer[1], 0, 2);