summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mermaid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mermaid.h')
-rw-r--r--src/mame/includes/mermaid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/mermaid.h b/src/mame/includes/mermaid.h
index e8377bfab45..735e3870bd0 100644
--- a/src/mame/includes/mermaid.h
+++ b/src/mame/includes/mermaid.h
@@ -79,4 +79,5 @@ public:
DECLARE_PALETTE_INIT(rougien);
UINT32 screen_update_mermaid(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void screen_eof_mermaid(screen_device &screen, bool state);
+ INTERRUPT_GEN_MEMBER(vblank_irq);
};