summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gotcha.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gotcha.c')
-rw-r--r--src/mame/video/gotcha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/gotcha.c b/src/mame/video/gotcha.c
index 87db6ebd01a..94e01733f08 100644
--- a/src/mame/video/gotcha.c
+++ b/src/mame/video/gotcha.c
@@ -103,6 +103,6 @@ UINT32 gotcha_state::screen_update_gotcha(screen_device &screen, bitmap_ind16 &b
{
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
m_fg_tilemap->draw(bitmap, cliprect, 0, 0);
- screen.machine().device<decospr_device>("spritegen")->draw_sprites(bitmap, cliprect, m_spriteram, 0x400);
+ machine().device<decospr_device>("spritegen")->draw_sprites(bitmap, cliprect, m_spriteram, 0x400);
return 0;
}