summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tail2nos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tail2nos.h')
-rw-r--r--src/mame/includes/tail2nos.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/tail2nos.h b/src/mame/includes/tail2nos.h
index c1a469cb424..7c49b55b654 100644
--- a/src/mame/includes/tail2nos.h
+++ b/src/mame/includes/tail2nos.h
@@ -16,7 +16,8 @@ public:
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu"),
m_k051316(*this, "k051316"),
- m_gfxdecode(*this, "gfxdecode") { }
+ m_gfxdecode(*this, "gfxdecode"),
+ m_palette(*this, "palette") { }
/* memory pointers */
required_shared_ptr<UINT16> m_bgvideoram;
@@ -35,6 +36,7 @@ public:
required_device<cpu_device> m_audiocpu;
required_device<k051316_device> m_k051316;
required_device<gfxdecode_device> m_gfxdecode;
+ required_device<palette_device> m_palette;
DECLARE_WRITE16_MEMBER(sound_command_w);
DECLARE_WRITE16_MEMBER(tail2nos_bgvideoram_w);