summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/forti.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/forti.cpp')
-rw-r--r--src/devices/bus/ti99/peb/forti.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/peb/forti.cpp b/src/devices/bus/ti99/peb/forti.cpp
index 0206e863a94..25b0ce0a3a0 100644
--- a/src/devices/bus/ti99/peb/forti.cpp
+++ b/src/devices/bus/ti99/peb/forti.cpp
@@ -43,7 +43,7 @@
DEFINE_DEVICE_TYPE_NS(TI99_FORTI, bus::ti99::peb, forti_device, "ti99_forti", "FORTi Sound Card")
-namespace bus { namespace ti99 { namespace peb {
+namespace bus::ti99::peb {
forti_device::forti_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock):
device_t(mconfig, TI99_FORTI, tag, owner, clock),
@@ -130,4 +130,4 @@ void forti_device::device_reset()
{
}
-} } } // end namespace bus::ti99::peb
+} // end namespace bus::ti99::peb