summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/chqflag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/chqflag.h')
-rw-r--r--src/mame/includes/chqflag.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/chqflag.h b/src/mame/includes/chqflag.h
index 7e871276308..928afa2c24c 100644
--- a/src/mame/includes/chqflag.h
+++ b/src/mame/includes/chqflag.h
@@ -20,7 +20,8 @@ public:
m_k007232_2(*this, "k007232_2"),
m_k051960(*this, "k051960"),
m_k051316_1(*this, "k051316_1"),
- m_k051316_2(*this, "k051316_2") { }
+ m_k051316_2(*this, "k051316_2"),
+ m_palette(*this, "palette") { }
/* memory pointers */
UINT8 * m_ram;
@@ -45,6 +46,7 @@ public:
required_device<k051960_device> m_k051960;
required_device<k051316_device> m_k051316_1;
required_device<k051316_device> m_k051316_2;
+ required_device<palette_device> m_palette;
DECLARE_WRITE8_MEMBER(chqflag_bankswitch_w);
DECLARE_WRITE8_MEMBER(chqflag_vreg_w);
DECLARE_WRITE8_MEMBER(select_analog_ctrl_w);