summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/compgolf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/compgolf.c')
-rw-r--r--src/mame/video/compgolf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/compgolf.c b/src/mame/video/compgolf.c
index 4b0c5ebb0e6..6321d48e9aa 100644
--- a/src/mame/video/compgolf.c
+++ b/src/mame/video/compgolf.c
@@ -124,6 +124,6 @@ UINT32 compgolf_state::screen_update_compgolf(screen_device &screen, bitmap_ind1
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
m_text_tilemap->draw(bitmap, cliprect, 0, 0);
- draw_sprites(screen.machine(), bitmap, cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
return 0;
}