summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/myarcmem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/myarcmem.cpp')
-rw-r--r--src/devices/bus/ti99/peb/myarcmem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/peb/myarcmem.cpp b/src/devices/bus/ti99/peb/myarcmem.cpp
index 9a825bcccc1..20d2bd5af4e 100644
--- a/src/devices/bus/ti99/peb/myarcmem.cpp
+++ b/src/devices/bus/ti99/peb/myarcmem.cpp
@@ -32,7 +32,7 @@
DEFINE_DEVICE_TYPE_NS(TI99_MYARCMEM, bus::ti99::peb, myarc_memory_expansion_device, "ti99_myarcmem", "Myarc Memory expansion card MEXP-1")
-namespace bus { namespace ti99 { namespace peb {
+namespace bus::ti99::peb {
/* This card has two CRU bases where it answers. */
#define MYARCMEM_CRU_BASE1 0x1000
@@ -211,4 +211,4 @@ ioport_constructor myarc_memory_expansion_device::device_input_ports() const
return INPUT_PORTS_NAME(myarc_exp);
}
-} } } // end namespace bus::ti99::peb
+} // end namespace bus::ti99::peb