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, 2 insertions, 0 deletions
diff --git a/src/mame/machine/nb1414m4.h b/src/mame/machine/nb1414m4.h
index 4f1b2bcc713..9c5f1f7661c 100644
--- a/src/mame/machine/nb1414m4.h
+++ b/src/mame/machine/nb1414m4.h
@@ -31,6 +31,8 @@ private:
void _0e00(uint16_t mcu_cmd, uint8_t *vram);
required_region_ptr<uint8_t> m_data;
+ uint16_t m_previous_0200_command;
+ uint64_t m_previous_0200_command_frame;
bool m_in_game;
};