summaryrefslogtreecommitdiffstats
path: root/src/lib/netlist/devices/nld_system.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-11-18 00:58:30 +1100
committer Vas Crabb <vas@vastheman.com>2020-11-18 00:58:30 +1100
commit612b6472e740560af41f603115a1163b481dd64c (patch)
tree0ba65831673b396522f65de5b4e2b8b8f024295e /src/lib/netlist/devices/nld_system.cpp
parent95927464dd5edff2f790b60d85d35114fb2405d4 (diff)
-unidasm: Allow input piped from stdin by specifying a bare hyphen as the filename. [AJR, Vas Crabb]
-netlist: Give devices the C++17 namespace treatment. -Tidied up compiler warning options for 3rdparty. -emu/render.cpp: Exposed a few information view item properties.
Diffstat (limited to 'src/lib/netlist/devices/nld_system.cpp')
-rw-r--r--src/lib/netlist/devices/nld_system.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/netlist/devices/nld_system.cpp b/src/lib/netlist/devices/nld_system.cpp
index 36ae9bc6e35..e622f8ce954 100644
--- a/src/lib/netlist/devices/nld_system.cpp
+++ b/src/lib/netlist/devices/nld_system.cpp
@@ -11,10 +11,7 @@
#include "plib/pstrutil.h"
-namespace netlist
-{
-namespace devices
-{
+namespace netlist::devices {
// -----------------------------------------------------------------------------
// extclock
@@ -140,5 +137,4 @@ namespace devices
NETLIB_DEVICE_IMPL(logic_input, "LOGIC_INPUT", "IN,MODEL")
NETLIB_DEVICE_IMPL_ALIAS(logic_input_ttl, logic_input, "TTL_INPUT", "IN")
-} // namespace devices
-} // namespace netlist
+} // namespace netlist::devices