summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bublbobl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bublbobl.h')
-rw-r--r--src/mame/includes/bublbobl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/bublbobl.h b/src/mame/includes/bublbobl.h
index 03c52f0d69b..24161903c79 100644
--- a/src/mame/includes/bublbobl.h
+++ b/src/mame/includes/bublbobl.h
@@ -17,7 +17,8 @@ public:
m_mcu(*this, "mcu"),
m_audiocpu(*this, "audiocpu"),
m_slave(*this, "slave"),
- m_gfxdecode(*this, "gfxdecode"){ }
+ m_gfxdecode(*this, "gfxdecode"),
+ m_palette(*this, "palette"){ }
/* memory pointers */
required_shared_ptr<UINT8> m_videoram;
@@ -68,6 +69,7 @@ public:
required_device<cpu_device> m_audiocpu;
required_device<cpu_device> m_slave;
required_device<gfxdecode_device> m_gfxdecode;
+ required_device<palette_device> m_palette;
DECLARE_WRITE8_MEMBER(bublbobl_bankswitch_w);
DECLARE_WRITE8_MEMBER(tokio_bankswitch_w);