mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
ticket: don't use "led2" for output (nw)
This commit is contained in:
parent
d19acbf952
commit
f6ee4fb096
@ -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"
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user