summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti8x/bitsocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti8x/bitsocket.cpp')
-rw-r--r--src/devices/bus/ti8x/bitsocket.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti8x/bitsocket.cpp b/src/devices/bus/ti8x/bitsocket.cpp
index bfe7849aa40..00f0e1b4b8d 100644
--- a/src/devices/bus/ti8x/bitsocket.cpp
+++ b/src/devices/bus/ti8x/bitsocket.cpp
@@ -8,7 +8,7 @@
DEFINE_DEVICE_TYPE_NS(TI8X_BIT_SOCKET, bus::ti8x, bit_socket_device, "ti8x_bitsock", "TI-8x Bit Socket")
-namespace bus { namespace ti8x {
+namespace bus::ti8x {
bit_socket_device::bit_socket_device(
machine_config const &mconfig,
@@ -78,4 +78,4 @@ WRITE_LINE_MEMBER(bit_socket_device::input_ring)
m_stream->output((m_ring_in ? 0x01 : 0x00) | 0x04);
}
-} } // namespace bus::ti8x
+} // namespace bus::ti8x