summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/phoenix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/phoenix.h')
-rw-r--r--src/mame/includes/phoenix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/phoenix.h b/src/mame/includes/phoenix.h
index e98d8e3f654..b3bad7f1e4f 100644
--- a/src/mame/includes/phoenix.h
+++ b/src/mame/includes/phoenix.h
@@ -16,6 +16,7 @@ public:
, m_maincpu(*this, "maincpu")
, m_pleiads_custom(*this, "pleiads_custom")
, m_gfxdecode(*this, "gfxdecode")
+ , m_palette(*this, "palette")
, m_fg_tilemap(nullptr)
, m_bg_tilemap(nullptr)
{
@@ -53,6 +54,7 @@ protected:
required_device<cpu_device> m_maincpu;
optional_device<pleiads_sound_device> m_pleiads_custom;
required_device<gfxdecode_device> m_gfxdecode;
+ required_device<palette_device> m_palette;
tilemap_t *m_fg_tilemap;
tilemap_t *m_bg_tilemap;