summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sunplus_gcm394_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/sunplus_gcm394_video.h')
-rw-r--r--src/devices/machine/sunplus_gcm394_video.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devices/machine/sunplus_gcm394_video.h b/src/devices/machine/sunplus_gcm394_video.h
index 00805a94d2c..40a99cebd96 100644
--- a/src/devices/machine/sunplus_gcm394_video.h
+++ b/src/devices/machine/sunplus_gcm394_video.h
@@ -88,7 +88,9 @@ public:
DECLARE_READ16_MEMBER(video_7030_brightness_r);
DECLARE_WRITE16_MEMBER(video_7030_brightness_w);
DECLARE_READ16_MEMBER(video_curline_r);
- DECLARE_WRITE16_MEMBER(video_703c_w);
+
+ DECLARE_READ16_MEMBER(video_703c_tvcontrol1_r);
+ DECLARE_WRITE16_MEMBER(video_703c_tvcontrol1_w);
DECLARE_READ16_MEMBER(video_707c_r);
@@ -215,7 +217,7 @@ protected:
uint16_t m_702a;
uint16_t m_7030_brightness;
- uint16_t m_703c;
+ uint16_t m_703c_tvcontrol1;
uint16_t m_7042_sprite;