mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
ticket: don't use "led2" for output (nw)
This commit is contained in:
parent
d19acbf952
commit
f6ee4fb096
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue