summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rollrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rollrace.h')
-rw-r--r--src/mame/includes/rollrace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/rollrace.h b/src/mame/includes/rollrace.h
index 2d7b714f904..119f192a58b 100644
--- a/src/mame/includes/rollrace.h
+++ b/src/mame/includes/rollrace.h
@@ -17,6 +17,9 @@ public:
int m_ra_spritebank;
UINT8 *m_spriteram;
size_t m_spriteram_size;
+
+ UINT8 m_nmi_mask;
+ UINT8 m_sound_nmi_mask;
};