mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
netlist: Fix incorrect sense in warning.
This commit is contained in:
parent
0487858692
commit
c06ebeb787
@ -279,7 +279,7 @@ namespace analog
|
||||
|
||||
m_vto = m_modacc.m_VTO;
|
||||
// FIXME zero conversion
|
||||
if(m_vto != nlconst::zero())
|
||||
if(m_vto == nlconst::zero())
|
||||
log().warning(MW_MOSFET_THRESHOLD_VOLTAGE(m_model.name()));
|
||||
|
||||
// FIXME: VTO if missing may be calculated from TPG, NSS and temperature. Usually models
|
||||
|
Loading…
Reference in New Issue
Block a user