summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bking.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bking.h')
-rw-r--r--src/mame/includes/bking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bking.h b/src/mame/includes/bking.h
index ebc5c809c36..44a7c521589 100644
--- a/src/mame/includes/bking.h
+++ b/src/mame/includes/bking.h
@@ -93,5 +93,5 @@ public:
DECLARE_MACHINE_RESET(bking3);
DECLARE_MACHINE_RESET(common);
uint32_t screen_update_bking(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void screen_eof_bking(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_bking);
};