summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snowbros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/snowbros.h')
-rw-r--r--src/mame/includes/snowbros.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/snowbros.h b/src/mame/includes/snowbros.h
index cecc8c1a5a0..22f5ce99d0a 100644
--- a/src/mame/includes/snowbros.h
+++ b/src/mame/includes/snowbros.h
@@ -13,7 +13,8 @@ public:
m_pandora(*this, "pandora"),
m_hyperpac_ram(*this, "hyperpac_ram"),
m_bootleg_spriteram16(*this, "spriteram16b"),
- m_gfxdecode(*this, "gfxdecode")
+ m_gfxdecode(*this, "gfxdecode"),
+ m_palette(*this, "palette")
{ }
required_device<cpu_device> m_maincpu;
@@ -23,6 +24,8 @@ public:
optional_shared_ptr<UINT16> m_hyperpac_ram;
optional_shared_ptr<UINT16> m_bootleg_spriteram16;
required_device<gfxdecode_device> m_gfxdecode;
+ required_device<palette_device> m_palette;
+
int m_sb3_music_is_playing;
int m_sb3_music;
UINT8 m_semicom_prot_offset;