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, 1 insertions, 3 deletions
diff --git a/src/mame/includes/carpolo.h b/src/mame/includes/carpolo.h
index 93bb229ca2c..fabf1bac653 100644
--- a/src/mame/includes/carpolo.h
+++ b/src/mame/includes/carpolo.h
@@ -43,7 +43,6 @@ public:
, m_palette(*this, "palette")
, m_alpharam(*this, "alpharam")
, m_spriteram(*this, "spriteram")
- , m_proms(*this, "proms")
, m_user1(*this, "user1")
, m_dial(*this, "DIAL%u", 0U)
, m_in(*this, "IN%u", 0U)
@@ -95,7 +94,6 @@ private:
required_device<palette_device> m_palette;
required_shared_ptr<uint8_t> m_alpharam;
required_shared_ptr<uint8_t> m_spriteram;
- required_memory_region m_proms;
required_memory_region m_user1;
required_ioport_array<4> m_dial;
required_ioport_array<3> m_in;
@@ -123,7 +121,7 @@ private:
DECLARE_WRITE8_MEMBER(car_ball_interrupt_clear_w);
DECLARE_WRITE8_MEMBER(car_border_interrupt_clear_w);
DECLARE_WRITE8_MEMBER(timer_interrupt_clear_w);
- DECLARE_PALETTE_INIT(carpolo);
+ void carpolo_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank);
DECLARE_WRITE_LINE_MEMBER(coin1_interrupt_clear_w);