summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/munchmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/munchmo.h')
-rw-r--r--src/mame/includes/munchmo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/munchmo.h b/src/mame/includes/munchmo.h
index aa4d7fed3f3..42db82cfece 100644
--- a/src/mame/includes/munchmo.h
+++ b/src/mame/includes/munchmo.h
@@ -60,7 +60,7 @@ public:
virtual void video_start() override;
DECLARE_PALETTE_INIT(munchmo);
u32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void vblank_irq(screen_device &screen, bool vblank_state);
+ DECLARE_WRITE_LINE_MEMBER(vblank_irq);
IRQ_CALLBACK_MEMBER(generic_irq_ack);
void draw_status( bitmap_ind16 &bitmap, const rectangle &cliprect );
void draw_background( bitmap_ind16 &bitmap, const rectangle &cliprect );