summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/memex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/memex.h')
-rw-r--r--src/devices/bus/ti99/peb/memex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/ti99/peb/memex.h b/src/devices/bus/ti99/peb/memex.h
index 7e13895f476..32c56326d47 100644
--- a/src/devices/bus/ti99/peb/memex.h
+++ b/src/devices/bus/ti99/peb/memex.h
@@ -18,8 +18,7 @@
#include "peribox.h"
#include "machine/ram.h"
-namespace bus { namespace ti99 { namespace peb {
-
+namespace bus::ti99::peb {
class geneve_memex_device : public device_t, public device_ti99_peribox_card_interface
{
@@ -42,7 +41,8 @@ private:
required_device<ram_device> m_ram;
uint8_t m_switches;
};
-} } } // end namespace bus::ti99::peb
+
+} // end namespace bus::ti99::peb
DECLARE_DEVICE_TYPE_NS(TI99_MEMEX, bus::ti99::peb, geneve_memex_device)