summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/espial.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/espial.h')
-rw-r--r--src/mame/includes/espial.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/espial.h b/src/mame/includes/espial.h
index 850648c85ef..ed6cf060ba1 100644
--- a/src/mame/includes/espial.h
+++ b/src/mame/includes/espial.h
@@ -52,4 +52,5 @@ public:
virtual void palette_init();
DECLARE_VIDEO_START(netwars);
UINT32 screen_update_espial(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(espial_sound_nmi_gen);
};