summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/groundfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/groundfx.cpp')
-rw-r--r--src/mame/video/groundfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/groundfx.cpp b/src/mame/video/groundfx.cpp
index ace0e91afd5..797f3d5300d 100644
--- a/src/mame/video/groundfx.cpp
+++ b/src/mame/video/groundfx.cpp
@@ -196,7 +196,7 @@ void groundfx_state::draw_sprites(screen_device &screen, bitmap_ind16 &bitmap,co
SCREEN REFRESH
**************************************************************/
-uint32_t groundfx_state::screen_update_groundfx(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
+uint32_t groundfx_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
address_space &space = machine().dummy_space();
uint8_t layer[5];