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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/machine/mmboard.h b/src/mame/machine/mmboard.h
index 0670acdd6e1..425495dc9d5 100644
--- a/src/mame/machine/mmboard.h
+++ b/src/mame/machine/mmboard.h
@@ -52,6 +52,7 @@ protected:
void set_config(machine_config &config, sensorboard_device::sb_type board_type);
DECLARE_WRITE8_MEMBER(refresh_leds_w);
+ void update_led_pwm() { m_led_pwm->matrix(~m_mux, m_led_data); }
required_device<sensorboard_device> m_board;
required_device<pwm_display_device> m_led_pwm;
@@ -98,6 +99,8 @@ public:
// construction/destruction
mephisto_display_modul_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ hd44780_device *get() { return m_lcdc; }
+
DECLARE_WRITE8_MEMBER(latch_w);
DECLARE_WRITE8_MEMBER(io_w);