summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/capbowl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/capbowl.h')
-rw-r--r--src/mame/includes/capbowl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/capbowl.h b/src/mame/includes/capbowl.h
index c5da47c978c..9973ec89e85 100644
--- a/src/mame/includes/capbowl.h
+++ b/src/mame/includes/capbowl.h
@@ -41,4 +41,5 @@ public:
virtual void machine_reset();
virtual void video_start();
UINT32 screen_update_capbowl(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(capbowl_interrupt);
};