diff options
Diffstat (limited to 'src/mess/includes/hh_tms1k.h')
-rw-r--r-- | src/mess/includes/hh_tms1k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/hh_tms1k.h b/src/mess/includes/hh_tms1k.h index 27cf20279d2..2d4149fcee4 100644 --- a/src/mess/includes/hh_tms1k.h +++ b/src/mess/includes/hh_tms1k.h @@ -38,6 +38,7 @@ public: UINT16 m_o; // MCU O-pins data UINT16 m_inp_mux; // multiplexed inputs mask bool m_power_on; + bool m_power_led; UINT8 read_inputs(int columns); DECLARE_INPUT_CHANGED_MEMBER(power_button); |