summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mitchell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mitchell.c')
-rw-r--r--src/mame/video/mitchell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mitchell.c b/src/mame/video/mitchell.c
index 5528fa85e98..2c471c543bb 100644
--- a/src/mame/video/mitchell.c
+++ b/src/mame/video/mitchell.c
@@ -315,6 +315,6 @@ UINT32 mitchell_state::screen_update_pang(screen_device &screen, bitmap_ind16 &b
bitmap.fill(0, cliprect);
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
- draw_sprites(screen.machine(), bitmap, cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
return 0;
}