summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tiki100.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tiki100.h')
-rw-r--r--src/mame/includes/tiki100.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/tiki100.h b/src/mame/includes/tiki100.h
index 35861655818..101e1c4fd3f 100644
--- a/src/mame/includes/tiki100.h
+++ b/src/mame/includes/tiki100.h
@@ -63,7 +63,8 @@ public:
m_st_io(*this, "ST"),
m_palette(*this, "palette"),
m_rome(1),
- m_vire(1)
+ m_vire(1),
+ m_led(*this, "led%u", 0U)
{ }
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
@@ -149,6 +150,8 @@ protected:
// serial state
bool m_st;
+
+ output_finder<3> m_led;
};
#endif // MAME_INCLUDES_TIKI100_H