summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/rungun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/rungun.c')
-rw-r--r--src/mame/video/rungun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/rungun.c b/src/mame/video/rungun.c
index e5787446441..a8f31daa643 100644
--- a/src/mame/video/rungun.c
+++ b/src/mame/video/rungun.c
@@ -100,8 +100,8 @@ void rungun_state::video_start()
UINT32 rungun_state::screen_update_rng(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- bitmap.fill(get_black_pen(screen.machine()), cliprect);
- screen.machine().priority_bitmap.fill(0, cliprect);
+ bitmap.fill(get_black_pen(machine()), cliprect);
+ machine().priority_bitmap.fill(0, cliprect);
k053936_zoom_draw(m_k053936, bitmap, cliprect, m_936_tilemap, 0, 0, 1);