summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/ti_32kmem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/ti_32kmem.cpp')
-rw-r--r--src/devices/bus/ti99/peb/ti_32kmem.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/ti99/peb/ti_32kmem.cpp b/src/devices/bus/ti99/peb/ti_32kmem.cpp
index eefb6d906fa..1f9404bd1e1 100644
--- a/src/devices/bus/ti99/peb/ti_32kmem.cpp
+++ b/src/devices/bus/ti99/peb/ti_32kmem.cpp
@@ -31,9 +31,9 @@
#include "emu.h"
#include "ti_32kmem.h"
-DEFINE_DEVICE_TYPE_NS(TI99_32KMEM, bus::ti99::peb, ti_32k_expcard_device, "ti99_32kmem", "TI-99 32KiB memory expansion card")
+DEFINE_DEVICE_TYPE(TI99_32KMEM, bus::ti99::peb::ti_32k_expcard_device, "ti99_32kmem", "TI-99 32KiB memory expansion card")
-namespace bus { namespace ti99 { namespace peb {
+namespace bus::ti99::peb {
#define RAMREGION "ram32k"
@@ -107,4 +107,4 @@ void ti_32k_expcard_device::device_add_mconfig(machine_config &config)
m_ram->set_default_value(0);
}
-} } } // end namespace bus::ti99::peb
+} // end namespace bus::ti99::peb