summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bottom9.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bottom9.h')
-rw-r--r--src/mame/includes/bottom9.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/bottom9.h b/src/mame/includes/bottom9.h
index e793cc2eba7..5a799801ad6 100644
--- a/src/mame/includes/bottom9.h
+++ b/src/mame/includes/bottom9.h
@@ -20,7 +20,8 @@ public:
m_k007232_2(*this, "k007232_2"),
m_k052109(*this, "k052109"),
m_k051960(*this, "k051960"),
- m_k051316(*this, "k051316") { }
+ m_k051316(*this, "k051316"),
+ m_palette(*this, "palette") { }
/* memory pointers */
// UINT8 * m_paletteram; // currently this uses generic palette handling
@@ -44,6 +45,7 @@ public:
required_device<k052109_device> m_k052109;
required_device<k051960_device> m_k051960;
required_device<k051316_device> m_k051316;
+ required_device<palette_device> m_palette;
DECLARE_READ8_MEMBER(k052109_051960_r);
DECLARE_WRITE8_MEMBER(k052109_051960_w);
DECLARE_READ8_MEMBER(bottom9_bankedram1_r);