summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/skyfox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/skyfox.c')
-rw-r--r--src/mame/video/skyfox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/skyfox.c b/src/mame/video/skyfox.c
index e59539a0d19..357c518fa29 100644
--- a/src/mame/video/skyfox.c
+++ b/src/mame/video/skyfox.c
@@ -280,7 +280,7 @@ static void draw_background(running_machine &machine, bitmap_ind16 &bitmap, cons
***************************************************************************/
-SCREEN_UPDATE_IND16( skyfox )
+UINT32 skyfox_state::screen_update_skyfox(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
bitmap.fill(255, cliprect); // the bg is black
draw_background(screen.machine(), bitmap, cliprect);