summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tumbleb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tumbleb.h')
-rw-r--r--src/mame/includes/tumbleb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/tumbleb.h b/src/mame/includes/tumbleb.h
index 27ed21800c2..7c3fc8501f5 100644
--- a/src/mame/includes/tumbleb.h
+++ b/src/mame/includes/tumbleb.h
@@ -101,4 +101,5 @@ public:
UINT32 screen_update_bcstory(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_semibase(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_sdfight(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(tumbleb2_interrupt);
};