summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gunsmoke.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gunsmoke.c')
-rw-r--r--src/mame/video/gunsmoke.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/gunsmoke.c b/src/mame/video/gunsmoke.c
index 20a75c4cf80..c2789f6191a 100644
--- a/src/mame/video/gunsmoke.c
+++ b/src/mame/video/gunsmoke.c
@@ -177,10 +177,10 @@ UINT32 gunsmoke_state::screen_update_gunsmoke(screen_device &screen, bitmap_ind1
if (m_bgon)
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
else
- bitmap.fill(get_black_pen(screen.machine()), cliprect);
+ bitmap.fill(get_black_pen(machine()), cliprect);
if (m_objon)
- draw_sprites(screen.machine(), bitmap, cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
if (m_chon)
m_fg_tilemap->draw(bitmap, cliprect, 0, 0);