summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/starshp1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/starshp1.h')
-rw-r--r--src/mame/includes/starshp1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/starshp1.h b/src/mame/includes/starshp1.h
index d3ec471c6e8..fc4e239271d 100644
--- a/src/mame/includes/starshp1.h
+++ b/src/mame/includes/starshp1.h
@@ -87,7 +87,7 @@ public:
virtual void video_start() override;
DECLARE_PALETTE_INIT(starshp1);
uint32_t screen_update_starshp1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void screen_eof_starshp1(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_starshp1);
INTERRUPT_GEN_MEMBER(starshp1_interrupt);
void set_pens();
void draw_starfield(bitmap_ind16 &bitmap);