summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gameplan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gameplan.h')
-rw-r--r--src/mame/includes/gameplan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/gameplan.h b/src/mame/includes/gameplan.h
index ed399a51857..e20565a61c4 100644
--- a/src/mame/includes/gameplan.h
+++ b/src/mame/includes/gameplan.h
@@ -81,6 +81,7 @@ private:
uint8_t m_video_y;
uint8_t m_video_command;
uint8_t m_video_data;
+ uint8_t m_video_previous;
/* devices */
optional_device<cpu_device> m_audiocpu;