summaryrefslogtreecommitdiffstats
path: root/src/lib/netlist/devices/net_lib.cpp
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2019-11-08 23:52:14 +0100
committer couriersud <couriersud@gmx.org>2019-11-08 23:52:14 +0100
commit88f702b416ba9eb930e6c1e932124d5f24b1a24c (patch)
tree955f3047b79156d7b2bbab55fcbd4fbc94661f1d /src/lib/netlist/devices/net_lib.cpp
parent731c4fe52073a7a7561bf04559e9f0b3b791388d (diff)
netlist: code maintenance and bug fixes. (nw)
- comment style migration continues. - Fixed a two bugs in the truthtable ignore inputs code - refactored the truthtable code a bit for better readability. - updated netlist specific gitignore.
Diffstat (limited to 'src/lib/netlist/devices/net_lib.cpp')
-rw-r--r--src/lib/netlist/devices/net_lib.cpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/lib/netlist/devices/net_lib.cpp b/src/lib/netlist/devices/net_lib.cpp
index a1c9eb36bbf..2b6070dc864 100644
--- a/src/lib/netlist/devices/net_lib.cpp
+++ b/src/lib/netlist/devices/net_lib.cpp
@@ -1,12 +1,13 @@
// license:GPL-2.0+
// copyright-holders:Couriersud
-/***************************************************************************
- netlib.c
-
- Discrete netlist implementation.
-
-****************************************************************************/
+// ***************************************************************************
+//
+// netlib.c
+//
+// Discrete netlist implementation.
+//
+// ***************************************************************************
#include "net_lib.h"
#include "netlist/nl_factory.h"
@@ -134,7 +135,7 @@ namespace devices
LIB_ENTRY(CD4316_GATE)
LIB_ENTRY(4538_dip)
LIB_ENTRY(schmitt_trigger)
- /* entries with suffix WI are legacy only */
+ // entries with suffix WI are legacy only
//ENTRY(4066, CD_4066, "+A,B")
LIB_ENTRY(NE555)
LIB_ENTRY(NE555_dip)