summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/wangpc_lvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/wangpc_lvc.h')
-rw-r--r--src/mess/machine/wangpc_lvc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/machine/wangpc_lvc.h b/src/mess/machine/wangpc_lvc.h
index 7e604090d58..1625fac148a 100644
--- a/src/mess/machine/wangpc_lvc.h
+++ b/src/mess/machine/wangpc_lvc.h
@@ -57,6 +57,7 @@ private:
// internal state
required_device<mc6845_device> m_crtc;
+ rgb_t m_palette[16];
UINT16 *m_video_ram;
UINT8 m_option;
UINT16 m_scroll;