-netlist: Typo

This commit is contained in:
Ryan Holtz 2020-08-06 20:29:33 +02:00
parent aa86126fc2
commit f5cdabaca2

View File

@ -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);
}
}