summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/1942.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/1942.c')
-rw-r--r--src/mame/video/1942.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/1942.c b/src/mame/video/1942.c
index f9969f9e9f7..f646096b4c0 100644
--- a/src/mame/video/1942.c
+++ b/src/mame/video/1942.c
@@ -237,7 +237,7 @@ UINT32 _1942_state::screen_update_1942(screen_device &screen, bitmap_ind16 &bitm
{
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
- draw_sprites(screen.machine(), bitmap, cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
m_fg_tilemap->draw(bitmap, cliprect, 0, 0);
return 0;
}