summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pbaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pbaction.h')
-rw-r--r--src/mame/includes/pbaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/pbaction.h b/src/mame/includes/pbaction.h
index 14f0e89f76c..0c47e147dd0 100644
--- a/src/mame/includes/pbaction.h
+++ b/src/mame/includes/pbaction.h
@@ -28,6 +28,8 @@ public:
/* devices */
device_t *m_maincpu;
device_t *m_audiocpu;
+
+ UINT8 m_nmi_mask;
};