summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/intellec4.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-01-27 19:29:02 +1100
committer Vas Crabb <vas@vastheman.com>2018-01-27 19:29:02 +1100
commitaf7aba7d6fccf682158a3ab764dc9ee6de159d25 (patch)
tree89dcf27456d96860348e33a1851a4c1263df5909 /src/mame/drivers/intellec4.cpp
parent5b939d1d375ec6157b8305c8a22431d95a2a27ef (diff)
playch10: expose countdown LEDs through output system and render with artwork
Diffstat (limited to 'src/mame/drivers/intellec4.cpp')
-rw-r--r--src/mame/drivers/intellec4.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/intellec4.cpp b/src/mame/drivers/intellec4.cpp
index d8941c8edd5..cff6bc9b716 100644
--- a/src/mame/drivers/intellec4.cpp
+++ b/src/mame/drivers/intellec4.cpp
@@ -101,6 +101,7 @@ public:
DECLARE_INPUT_CHANGED_MEMBER(sw_do_enable);
void intellec4(machine_config &config);
+
protected:
intellec4_state(machine_config const &mconfig, device_type type, char const *tag)
: driver_device(mconfig, type, tag)