summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/psikyo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/psikyo.h')
-rw-r--r--src/mame/includes/psikyo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/psikyo.h b/src/mame/includes/psikyo.h
index 76b993c8ec9..3dafde3cce5 100644
--- a/src/mame/includes/psikyo.h
+++ b/src/mame/includes/psikyo.h
@@ -100,7 +100,7 @@ public:
DECLARE_VIDEO_START(psikyo);
uint32_t screen_update_psikyo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_psikyo_bootleg(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void screen_eof_psikyo(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_psikyo);
TIMER_CALLBACK_MEMBER(psikyo_soundlatch_callback);
void psikyo_switch_banks( int tmap, int bank );
void draw_sprites( screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int trans_pen );