summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/seta.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/seta.h')
-rw-r--r--src/mame/includes/seta.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/seta.h b/src/mame/includes/seta.h
index ab6817198d0..23a0c55d97e 100644
--- a/src/mame/includes/seta.h
+++ b/src/mame/includes/seta.h
@@ -47,7 +47,8 @@ public:
m_kiwame_nvram(*this,"kiwame_nvram"),
m_inttoote_key_select(*this,"inttoote_keysel"),
m_inttoote_700000(*this,"inttoote_700000"),
- m_gfxdecode(*this, "gfxdecode") { }
+ m_gfxdecode(*this, "gfxdecode"),
+ m_palette(*this, "palette") { }
required_device<cpu_device> m_maincpu;
optional_device<cpu_device> m_audiocpu;
@@ -69,6 +70,7 @@ public:
optional_shared_ptr<UINT16> m_inttoote_700000;
required_device<gfxdecode_device> m_gfxdecode;
+ required_device<palette_device> m_palette;
int m_tiles_offset;
tilemap_t *m_tilemap_0;