summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ajax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ajax.h')
-rw-r--r--src/mame/includes/ajax.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/ajax.h b/src/mame/includes/ajax.h
index 811b1038020..45bc2d453ed 100644
--- a/src/mame/includes/ajax.h
+++ b/src/mame/includes/ajax.h
@@ -16,7 +16,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
@@ -39,6 +40,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_WRITE8_MEMBER(sound_bank_w);
DECLARE_READ8_MEMBER(ajax_ls138_f10_r);
DECLARE_WRITE8_MEMBER(ajax_ls138_f10_w);