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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/mmboard.h b/src/mame/machine/mmboard.h
index ec3e4cdd9dc..b0c612a2681 100644
--- a/src/mame/machine/mmboard.h
+++ b/src/mame/machine/mmboard.h
@@ -65,6 +65,7 @@ protected:
private:
required_ioport_array<8> m_sensors;
+ output_finder<256> m_led;
emu_timer * m_leds_update_timer;
emu_timer * m_leds_refresh_timer;
bool m_disable_leds;