summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_7490.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_7490.cpp')
-rw-r--r--src/lib/netlist/devices/nld_7490.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/lib/netlist/devices/nld_7490.cpp b/src/lib/netlist/devices/nld_7490.cpp
index abf93a4189b..7bcf1f7b214 100644
--- a/src/lib/netlist/devices/nld_7490.cpp
+++ b/src/lib/netlist/devices/nld_7490.cpp
@@ -1,4 +1,4 @@
-// license:GPL-2.0+
+// license:BSD-3-Clause
// copyright-holders:Couriersud
/*
* nld_7490.cpp
@@ -54,12 +54,9 @@
#include "nl_base.h"
-namespace netlist
-{
-namespace devices
-{
+namespace netlist::devices {
- static constexpr const std::array<netlist_time, 4> delay =
+ static constexpr const std::array<const netlist_time, 4> delay =
{
NLTIME_FROM_NS(18),
NLTIME_FROM_NS(36) - NLTIME_FROM_NS(18),
@@ -143,5 +140,4 @@ namespace devices
NETLIB_DEVICE_IMPL(7490, "TTL_7490", "+A,+B,+R1,+R2,+R91,+R92,@VCC,@GND")
-} // namespace devices
-} // namespace netlist
+} // namespace netlist::devices