summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wgp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wgp.h')
-rw-r--r--src/mame/includes/wgp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/wgp.h b/src/mame/includes/wgp.h
index 2acb5b23b0b..257ae9f5ce5 100644
--- a/src/mame/includes/wgp.h
+++ b/src/mame/includes/wgp.h
@@ -32,7 +32,8 @@ public:
m_tc0100scn(*this, "tc0100scn"),
m_tc0140syt(*this, "tc0140syt"),
m_tc0220ioc(*this, "tc0220ioc"),
- m_gfxdecode(*this, "gfxdecode") { }
+ m_gfxdecode(*this, "gfxdecode"),
+ m_palette(*this, "palette") { }
/* memory pointers */
required_shared_ptr<UINT16> m_spritemap;
@@ -66,6 +67,7 @@ public:
required_device<tc0140syt_device> m_tc0140syt;
required_device<tc0220ioc_device> m_tc0220ioc;
required_device<gfxdecode_device> m_gfxdecode;
+ required_device<palette_device> m_palette;
DECLARE_READ16_MEMBER(sharedram_r);
DECLARE_WRITE16_MEMBER(sharedram_w);