summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/deadang.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/deadang.h')
-rw-r--r--src/mame/includes/deadang.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/deadang.h b/src/mame/includes/deadang.h
index 819ca067be0..eb4f7035a91 100644
--- a/src/mame/includes/deadang.h
+++ b/src/mame/includes/deadang.h
@@ -14,7 +14,8 @@ public:
m_seibu_sound(*this, "seibu_sound"),
m_adpcm1(*this, "adpcm1"),
m_adpcm2(*this, "adpcm2"),
- m_gfxdecode(*this, "gfxdecode") { }
+ m_gfxdecode(*this, "gfxdecode"),
+ m_palette(*this, "palette") { }
required_shared_ptr<UINT16> m_spriteram;
required_shared_ptr<UINT16> m_videoram;
@@ -28,6 +29,7 @@ public:
required_device<seibu_adpcm_device> m_adpcm2;
required_device<gfxdecode_device> m_gfxdecode;
+ required_device<palette_device> m_palette;
tilemap_t *m_pf3_layer;
tilemap_t *m_pf2_layer;