diff options
author | 2015-08-10 22:59:11 +0200 | |
---|---|---|
committer | 2015-08-10 22:59:11 +0200 | |
commit | 2692d4e903671bc8aaa9cbc434083a6afb6383b0 (patch) | |
tree | 3e69838c5adfd6767c3b645d5bc693445ee05e4c /src/mess/includes | |
parent | 6cc506594d0bf74047b9f95269720f9fbce5b7dc (diff) |
output powerled
Diffstat (limited to 'src/mess/includes')
-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); |