summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sprint4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sprint4.h')
-rw-r--r--src/mame/includes/sprint4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/sprint4.h b/src/mame/includes/sprint4.h
index 41080c35236..80ae9cd90ed 100644
--- a/src/mame/includes/sprint4.h
+++ b/src/mame/includes/sprint4.h
@@ -56,7 +56,7 @@ public:
virtual void video_start() override;
DECLARE_PALETTE_INIT(sprint4);
uint32_t screen_update_sprint4(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void screen_eof_sprint4(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_sprint4);
TIMER_CALLBACK_MEMBER(nmi_callback);
required_device<cpu_device> m_maincpu;
required_device<watchdog_timer_device> m_watchdog;