diff options
Diffstat (limited to 'src/emu/netlist/devices/nld_truthtable.h')
| -rw-r--r-- | src/emu/netlist/devices/nld_truthtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/netlist/devices/nld_truthtable.h b/src/emu/netlist/devices/nld_truthtable.h index bfb66f827b3..a503a77d856 100644 --- a/src/emu/netlist/devices/nld_truthtable.h +++ b/src/emu/netlist/devices/nld_truthtable.h @@ -186,7 +186,7 @@ public: { // FIXME: this check is needed because update is called during startup as well //if (m_active == 0 && UNEXPECTED(netlist().use_deactivate())) - // return; + // return; UINT32 state = 0; for (int i = 0; i < m_NI; i++) |
