summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/baraduke.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/baraduke.h')
-rw-r--r--src/mame/includes/baraduke.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/baraduke.h b/src/mame/includes/baraduke.h
index 87de2e9c1f1..b6032c7efda 100644
--- a/src/mame/includes/baraduke.h
+++ b/src/mame/includes/baraduke.h
@@ -51,7 +51,7 @@ public:
virtual void video_start() override;
DECLARE_PALETTE_INIT(baraduke);
uint32_t screen_update_baraduke(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void screen_eof_baraduke(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_baraduke);
void scroll_w(address_space &space, int layer, int offset, int data);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, int sprite_priority);
void set_scroll(int layer);