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