summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bosco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bosco.h')
-rw-r--r--src/mame/includes/bosco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bosco.h b/src/mame/includes/bosco.h
index 2ea566cb5ec..2a0a17c0003 100644
--- a/src/mame/includes/bosco.h
+++ b/src/mame/includes/bosco.h
@@ -36,7 +36,7 @@ public:
DECLARE_VIDEO_START(bosco);
DECLARE_PALETTE_INIT(bosco);
uint32_t screen_update_bosco(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void screen_eof_bosco(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_bosco);
inline void get_tile_info_bosco(tile_data &tileinfo,int tile_index,int ram_offs);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, int flip);