summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shadfrce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shadfrce.h')
-rw-r--r--src/mame/includes/shadfrce.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/shadfrce.h b/src/mame/includes/shadfrce.h
index 3d2409cb137..f4bf11a63bf 100644
--- a/src/mame/includes/shadfrce.h
+++ b/src/mame/includes/shadfrce.h
@@ -44,4 +44,5 @@ public:
virtual void video_start();
UINT32 screen_update_shadfrce(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void screen_eof_shadfrce(screen_device &screen, bool state);
+ TIMER_DEVICE_CALLBACK_MEMBER(shadfrce_scanline);
};