mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +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;
|
||||
if (v != (*m_param)())
|
||||
{
|
||||
LGODEBUG("write %s\n", this->tag());
|
||||
LOGDEBUG("write %s\n", this->tag());
|
||||
synchronize(0, v);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user