summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxold.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaxold.h')
-rw-r--r--src/mame/includes/galaxold.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/galaxold.h b/src/mame/includes/galaxold.h
index 4813fd36f0a..173c42cf0e2 100644
--- a/src/mame/includes/galaxold.h
+++ b/src/mame/includes/galaxold.h
@@ -80,6 +80,8 @@ public:
emu_timer *m_stars_blink_timer;
emu_timer *m_stars_scroll_timer;
struct star m_stars[STAR_COUNT];
+
+ UINT8 m_nmi_mask; /* Harem per-game specific */
};