summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mmboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mmboard.h')
-rw-r--r--src/mame/machine/mmboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/mmboard.h b/src/mame/machine/mmboard.h
index 9b634dca8ee..6df2c3f828e 100644
--- a/src/mame/machine/mmboard.h
+++ b/src/mame/machine/mmboard.h
@@ -99,14 +99,14 @@ public:
DECLARE_WRITE8_MEMBER(latch_w);
DECLARE_WRITE8_MEMBER(io_w);
- DECLARE_PALETTE_INIT(lcd_palette);
-
protected:
// device-level overrides
virtual void device_start() override;
virtual void device_reset() override;
virtual void device_add_mconfig(machine_config &config) override;
+ void lcd_palette(palette_device &palette) const;
+
private:
optional_device<hd44780_device> m_lcdc;
required_device<beep_device> m_beeper;