summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nb1414m4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nb1414m4.h')
-rw-r--r--src/mame/machine/nb1414m4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/nb1414m4.h b/src/mame/machine/nb1414m4.h
index 7d6b844114e..9be1d2ed069 100644
--- a/src/mame/machine/nb1414m4.h
+++ b/src/mame/machine/nb1414m4.h
@@ -30,7 +30,7 @@ private:
void _0e00(uint16_t mcu_cmd, uint8_t *vram);
required_region_ptr<uint8_t> m_data;
-
+ bool m_in_game;
};
DECLARE_DEVICE_TYPE(NB1414M4, nb1414m4_device)