summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/popeye.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/popeye.h')
-rw-r--r--src/mame/includes/popeye.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/popeye.h b/src/mame/includes/popeye.h
index f58ae216d52..2a57446ecf4 100644
--- a/src/mame/includes/popeye.h
+++ b/src/mame/includes/popeye.h
@@ -41,4 +41,5 @@ public:
DECLARE_VIDEO_START(popeye);
DECLARE_PALETTE_INIT(popeyebl);
UINT32 screen_update_popeye(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(popeye_interrupt);
};