summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/colorbus/colorbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/colorbus/colorbus.h')
-rw-r--r--src/devices/bus/ti99/colorbus/colorbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/colorbus/colorbus.h b/src/devices/bus/ti99/colorbus/colorbus.h
index 9eff5d82acb..edd088b480a 100644
--- a/src/devices/bus/ti99/colorbus/colorbus.h
+++ b/src/devices/bus/ti99/colorbus/colorbus.h
@@ -21,7 +21,7 @@
#define TIGEN_V9938_TAG "vdp"
#define COLORBUS_TAG "colorbus"
-namespace bus { namespace ti99 { namespace colorbus {
+namespace bus::ti99::colorbus {
class v9938_colorbus_device;
@@ -72,7 +72,7 @@ private:
devcb_write_line m_extra_button;
};
-} } } // end namespace bus::ti99::colorbus
+} // end namespace bus::ti99::colorbus
DECLARE_DEVICE_TYPE_NS(V9938_COLORBUS, bus::ti99::colorbus, v9938_colorbus_device)