summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hexbus/tp0370.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hexbus/tp0370.cpp')
-rw-r--r--src/devices/bus/hexbus/tp0370.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/hexbus/tp0370.cpp b/src/devices/bus/hexbus/tp0370.cpp
index 6b8b416383b..739d7c4a685 100644
--- a/src/devices/bus/hexbus/tp0370.cpp
+++ b/src/devices/bus/hexbus/tp0370.cpp
@@ -130,7 +130,7 @@ enum
// Hexbus instance
DEFINE_DEVICE_TYPE_NS(IBC, bus::hexbus, ibc_device, "ibc", "Intelligent Peripheral Bus Controller")
-namespace bus { namespace hexbus {
+namespace bus::hexbus {
ibc_device::ibc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, IBC, tag, owner, clock),
@@ -358,5 +358,5 @@ void ibc_device::device_reset()
m_disable = true;
}
-} }
+} // namespace bus::hexbus