summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2021-06-07 23:03:31 +0200
committer Olivier Galibert <galibert@pobox.com>2021-06-07 23:03:31 +0200
commit565e938c6119def36c62ba38f30a44a2898d4c1c (patch)
tree2bc9665790d9350da2e2f653382b3ea0f0f79c60 /src/mame/includes
parent7d65e376f053d3a25ccc06e1d52cccc68ff207d5 (diff)
gameplan: Fix videoram readback, fixes MT#3067
Diffstat (limited to 'src/mame/includes')
-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;