summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thepit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thepit.h')
-rw-r--r--src/mame/includes/thepit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/thepit.h b/src/mame/includes/thepit.h
index 0c45f6f52da..8bdf670d58d 100644
--- a/src/mame/includes/thepit.h
+++ b/src/mame/includes/thepit.h
@@ -39,4 +39,5 @@ public:
virtual void palette_init();
DECLARE_PALETTE_INIT(suprmous);
UINT32 screen_update_thepit(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(vblank_irq);
};