summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-12-16 13:15:06 +0100
committer hap <happppp@users.noreply.github.com>2019-12-16 13:15:19 +0100
commitf6ee4fb09621c3acf9c9bd689447271660c32b38 (patch)
tree707061fafb235ee6f39f548d739408d246c23e9f
parentd19acbf952b5bd6a496e7c54e12eeff1e5809e18 (diff)
ticket: don't use "led2" for output (nw)
-rw-r--r--src/devices/machine/ticket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ticket.cpp b/src/devices/machine/ticket.cpp
index 8063d4c41e5..8cf8e3fddf0 100644
--- a/src/devices/machine/ticket.cpp
+++ b/src/devices/machine/ticket.cpp
@@ -51,7 +51,7 @@ ticket_dispenser_device::ticket_dispenser_device(const machine_config &mconfig,
, m_status(0)
, m_power(0)
, m_timer(nullptr)
- , m_output(*this, "led2") // TODO: shouldn't be hardcoded
+ , m_output(*this, tag) // TODO: change to "tag:status"
{
}