summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_74153.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_74153.cpp')
-rw-r--r--src/lib/netlist/devices/nld_74153.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/lib/netlist/devices/nld_74153.cpp b/src/lib/netlist/devices/nld_74153.cpp
index bc2b54bcb98..c68a8537811 100644
--- a/src/lib/netlist/devices/nld_74153.cpp
+++ b/src/lib/netlist/devices/nld_74153.cpp
@@ -1,4 +1,4 @@
-// license:GPL-2.0+
+// license:BSD-3-Clause
// copyright-holders:Couriersud
/*
* nld_74153.cpp
@@ -44,14 +44,11 @@
#include "nl_base.h"
-namespace netlist
-{
-namespace devices
-{
+namespace netlist::devices {
// FIXME: timing is not 100% accurate, Strobe and Select inputs have a
// slightly longer timing .
- // FIXME: Truthtable candidate
+ // FIXME: Truth table candidate
NETLIB_OBJECT(74153)
{
@@ -107,5 +104,4 @@ namespace devices
NETLIB_DEVICE_IMPL(74153, "TTL_74153", "+C0,+C1,+C2,+C3,+A,+B,+G,@VCC,@GND")
-} //namespace devices
-} // namespace netlist
+} // namespace netlist::devices