summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pokechmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pokechmp.c')
-rw-r--r--src/mame/video/pokechmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pokechmp.c b/src/mame/video/pokechmp.c
index c2a0ae00754..be2a847d20a 100644
--- a/src/mame/video/pokechmp.c
+++ b/src/mame/video/pokechmp.c
@@ -75,6 +75,6 @@ static void draw_sprites(running_machine &machine, bitmap_ind16 &bitmap, const r
UINT32 pokechmp_state::screen_update_pokechmp(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
- draw_sprites(screen.machine(), bitmap, cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
return 0;
}