summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_2102a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_2102a.cpp')
-rwxr-xr-xsrc/lib/netlist/devices/nld_2102a.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/lib/netlist/devices/nld_2102a.cpp b/src/lib/netlist/devices/nld_2102a.cpp
index 91c7c6b7ee0..dd03560a32d 100755
--- a/src/lib/netlist/devices/nld_2102a.cpp
+++ b/src/lib/netlist/devices/nld_2102a.cpp
@@ -26,10 +26,8 @@
#define ADDR2BYTE(a) ((a) >> 3)
#define ADDR2BIT(a) ((a) & 0x7)
-namespace netlist
-{
- namespace devices
- {
+namespace netlist::devices {
+
NETLIB_OBJECT(2102A)
{
NETLIB_CONSTRUCTOR(2102A)
@@ -90,5 +88,4 @@ namespace netlist
NETLIB_DEVICE_IMPL(2102A, "RAM_2102A", "+CEQ,+A0,+A1,+A2,+A3,+A4,+A5,+A6,+A7,+A8,+A9,+RWQ,+DI,@VCC,@GND")
- } //namespace devices
-} // namespace netlist
+} // namespace netlist::devices