summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bombjack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bombjack.h')
-rw-r--r--src/mame/includes/bombjack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/bombjack.h b/src/mame/includes/bombjack.h
index 023dd3bca34..e8effb4b156 100644
--- a/src/mame/includes/bombjack.h
+++ b/src/mame/includes/bombjack.h
@@ -40,4 +40,5 @@ public:
virtual void machine_reset();
virtual void video_start();
UINT32 screen_update_bombjack(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(vblank_irq);
};