summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namcos1.h')
-rw-r--r--src/mame/includes/namcos1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/namcos1.h b/src/mame/includes/namcos1.h
index 5b1ea68346c..3e262428458 100644
--- a/src/mame/includes/namcos1.h
+++ b/src/mame/includes/namcos1.h
@@ -133,7 +133,7 @@ public:
void draw_sprites(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void screen_eof(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank);
private:
inline void get_tile_info(tile_data &tileinfo,int tile_index,uint8_t *info_vram);