summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gsword.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gsword.h')
-rw-r--r--src/mame/includes/gsword.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/gsword.h b/src/mame/includes/gsword.h
index 8d02f9f0d0a..5633645b13b 100644
--- a/src/mame/includes/gsword.h
+++ b/src/mame/includes/gsword.h
@@ -46,4 +46,5 @@ public:
DECLARE_MACHINE_RESET(josvolly);
DECLARE_PALETTE_INIT(josvolly);
UINT32 screen_update_gsword(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(gsword_snd_interrupt);
};