summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/toypop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/toypop.c')
-rw-r--r--src/mame/video/toypop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/toypop.c b/src/mame/video/toypop.c
index 043563bdc85..033c08e399e 100644
--- a/src/mame/video/toypop.c
+++ b/src/mame/video/toypop.c
@@ -272,8 +272,8 @@ void draw_sprites(running_machine &machine, bitmap_ind16 &bitmap, const rectangl
UINT32 toypop_state::screen_update_toypop(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- draw_background(screen.machine(), bitmap);
+ draw_background(machine(), bitmap);
m_bg_tilemap->draw(bitmap, cliprect, 0,0);
- draw_sprites(screen.machine(), bitmap, cliprect, m_spriteram);
+ draw_sprites(machine(), bitmap, cliprect, m_spriteram);
return 0;
}