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