summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wwfsstar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wwfsstar.h')
-rw-r--r--src/mame/includes/wwfsstar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/wwfsstar.h b/src/mame/includes/wwfsstar.h
index 6561a0e6ca9..19c31000159 100644
--- a/src/mame/includes/wwfsstar.h
+++ b/src/mame/includes/wwfsstar.h
@@ -27,4 +27,5 @@ public:
TILE_GET_INFO_MEMBER(get_bg0_tile_info);
virtual void video_start();
UINT32 screen_update_wwfsstar(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ TIMER_DEVICE_CALLBACK_MEMBER(wwfsstar_scanline);
};