mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
-netlist: Typo
This commit is contained in:
parent
aa86126fc2
commit
f5cdabaca2
@ -381,7 +381,7 @@ void netlist_mame_logic_input_device::write(const uint32_t val)
|
|||||||
const uint32_t v = (val >> m_shift) & 1;
|
const uint32_t v = (val >> m_shift) & 1;
|
||||||
if (v != (*m_param)())
|
if (v != (*m_param)())
|
||||||
{
|
{
|
||||||
LGODEBUG("write %s\n", this->tag());
|
LOGDEBUG("write %s\n", this->tag());
|
||||||
synchronize(0, v);
|
synchronize(0, v);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user