summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mainevt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mainevt.h')
-rw-r--r--src/mame/includes/mainevt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/mainevt.h b/src/mame/includes/mainevt.h
index 6f2f1ff4f22..ccaf56f1174 100644
--- a/src/mame/includes/mainevt.h
+++ b/src/mame/includes/mainevt.h
@@ -19,6 +19,7 @@ public:
/* misc */
int m_nmi_enable;
+ UINT8 m_sound_irq_mask;
/* devices */
device_t *m_maincpu;