summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funkball.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/funkball.c')
-rw-r--r--src/mame/drivers/funkball.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/funkball.c b/src/mame/drivers/funkball.c
index 0ff86a5c21c..ede14ee5773 100644
--- a/src/mame/drivers/funkball.c
+++ b/src/mame/drivers/funkball.c
@@ -1137,7 +1137,7 @@ void funkball_state::machine_reset()
UINT32 funkball_state::screen_update_funkball(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
{
- voodoo_update(screen.machine().device("voodoo_0"), bitmap, cliprect);
+ voodoo_update(machine().device("voodoo_0"), bitmap, cliprect);
return 0;
}