summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/docastle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/docastle.c')
-rw-r--r--src/mame/video/docastle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/docastle.c b/src/mame/video/docastle.c
index 0b9ee5132fb..ffe8caff4a8 100644
--- a/src/mame/video/docastle.c
+++ b/src/mame/video/docastle.c
@@ -222,7 +222,7 @@ UINT32 docastle_state::screen_update_docastle(screen_device &screen, bitmap_ind1
{
m_do_tilemap->draw(bitmap, cliprect, TILEMAP_DRAW_OPAQUE, 0);
- draw_sprites(screen.machine(), bitmap, cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
m_do_tilemap->draw(bitmap, cliprect, TILEMAP_DRAW_LAYER0, 0);
return 0;
}