summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/colorbus/colorbus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/colorbus/colorbus.cpp')
-rw-r--r--src/devices/bus/ti99/colorbus/colorbus.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/colorbus/colorbus.cpp b/src/devices/bus/ti99/colorbus/colorbus.cpp
index 5cc4226496b..8d3dbf23071 100644
--- a/src/devices/bus/ti99/colorbus/colorbus.cpp
+++ b/src/devices/bus/ti99/colorbus/colorbus.cpp
@@ -23,7 +23,7 @@
DEFINE_DEVICE_TYPE_NS(V9938_COLORBUS, bus::ti99::colorbus, v9938_colorbus_device, "v9938_colorbus", "V9938 Color bus")
-namespace bus { namespace ti99 { namespace colorbus {
+namespace bus::ti99::colorbus {
v9938_colorbus_device::v9938_colorbus_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, V9938_COLORBUS, tag, owner, clock),
@@ -67,7 +67,7 @@ void device_v9938_colorbus_interface::interface_config_complete()
m_colorbus = dynamic_cast<v9938_colorbus_device*>(device().owner());
}
-} } } // end namespace bus::ti99::colorbus
+} // end namespace bus::ti99::colorbus
void ti99_colorbus_options(device_slot_interface &device)
{