summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vendetta.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vendetta.h')
-rw-r--r--src/mame/includes/vendetta.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/vendetta.h b/src/mame/includes/vendetta.h
index 852d7059c94..cbf700ef64e 100644
--- a/src/mame/includes/vendetta.h
+++ b/src/mame/includes/vendetta.h
@@ -44,6 +44,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
UINT32 screen_update_vendetta(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(vendetta_irq);
};
/*----------- defined in video/vendetta.c -----------*/