summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/carpolo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/carpolo.h')
-rw-r--r--src/mame/includes/carpolo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/carpolo.h b/src/mame/includes/carpolo.h
index 33269ec062f..a88746c61c6 100644
--- a/src/mame/includes/carpolo.h
+++ b/src/mame/includes/carpolo.h
@@ -33,7 +33,8 @@ public:
m_ttl7474_1c_2(*this, "7474_1c_2"),
m_ttl7474_1a_1(*this, "7474_1a_1"),
m_ttl7474_1a_2(*this, "7474_1a_2"),
- m_gfxdecode(*this, "gfxdecode")
+ m_gfxdecode(*this, "gfxdecode"),
+ m_palette(*this, "palette")
{}
required_shared_ptr<UINT8> m_alpharam;
@@ -63,6 +64,7 @@ public:
required_device<ttl7474_device> m_ttl7474_1a_1;
required_device<ttl7474_device> m_ttl7474_1a_2;
required_device<gfxdecode_device> m_gfxdecode;
+ required_device<palette_device> m_palette;
bitmap_ind16 *m_sprite_sprite_collision_bitmap1;
bitmap_ind16 *m_sprite_sprite_collision_bitmap2;