summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/punchout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/punchout.h')
-rw-r--r--src/mame/includes/punchout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/punchout.h b/src/mame/includes/punchout.h
index 566a257f998..349abbd32ce 100644
--- a/src/mame/includes/punchout.h
+++ b/src/mame/includes/punchout.h
@@ -67,4 +67,5 @@ public:
UINT32 screen_update_punchout_bottom(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_armwrest_top(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_armwrest_bottom(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(vblank_irq);
};