summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/gromport/gromport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/gromport/gromport.cpp')
-rw-r--r--src/devices/bus/ti99/gromport/gromport.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/gromport/gromport.cpp b/src/devices/bus/ti99/gromport/gromport.cpp
index 65c6f15d284..0fb1ff03e65 100644
--- a/src/devices/bus/ti99/gromport/gromport.cpp
+++ b/src/devices/bus/ti99/gromport/gromport.cpp
@@ -123,7 +123,7 @@
DEFINE_DEVICE_TYPE_NS(TI99_GROMPORT, bus::ti99::gromport, gromport_device, "gromport", "TI-99 Cartridge port")
-namespace bus { namespace ti99 { namespace gromport {
+namespace bus::ti99::gromport {
gromport_device::gromport_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, TI99_GROMPORT, tag, owner, clock),
@@ -288,7 +288,7 @@ void cartridge_connector_device::device_config_complete()
m_gromport = static_cast<gromport_device*>(owner());
}
-} } } // end namespace bus::ti99::gromport
+} // end namespace bus::ti99::gromport
void ti99_gromport_options(device_slot_interface &device)
{