summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/blockhl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/blockhl.c')
-rw-r--r--src/mame/video/blockhl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/blockhl.c b/src/mame/video/blockhl.c
index 6fbdec805c5..5b702283610 100644
--- a/src/mame/video/blockhl.c
+++ b/src/mame/video/blockhl.c
@@ -55,7 +55,7 @@ void blockhl_state::video_start()
UINT32 blockhl_state::screen_update_blockhl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- screen.machine().priority_bitmap.fill(0, cliprect);
+ machine().priority_bitmap.fill(0, cliprect);
k052109_tilemap_update(m_k052109);