summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dbz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/dbz.c')
-rw-r--r--src/mame/video/dbz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/dbz.c b/src/mame/video/dbz.c
index 72efa62e0ea..09d8438a92e 100644
--- a/src/mame/video/dbz.c
+++ b/src/mame/video/dbz.c
@@ -129,7 +129,7 @@ UINT32 dbz_state::screen_update_dbz(screen_device &screen, bitmap_ind16 &bitmap,
konami_sortlayers5(layer, m_layerpri);
- screen.machine().priority_bitmap.fill(0, cliprect);
+ machine().priority_bitmap.fill(0, cliprect);
for (plane = 0; plane < 5; plane++)
{