summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/myarcmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/myarcmem.h')
-rw-r--r--src/devices/bus/ti99/peb/myarcmem.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/peb/myarcmem.h b/src/devices/bus/ti99/peb/myarcmem.h
index e2cf05d8660..85cac4d9d9f 100644
--- a/src/devices/bus/ti99/peb/myarcmem.h
+++ b/src/devices/bus/ti99/peb/myarcmem.h
@@ -18,7 +18,7 @@
#include "peribox.h"
#include "machine/ram.h"
-DECLARE_DEVICE_TYPE(TI99_MYARCMEM, myarc_memory_expansion_device)
+namespace bus { namespace ti99 { namespace peb {
class myarc_memory_expansion_device : public ti_expansion_card_device
{
@@ -45,4 +45,8 @@ private:
int m_size;
};
+} } } // end namespace bus::ti99::peb
+
+DECLARE_DEVICE_TYPE_NS(TI99_MYARCMEM, bus::ti99::peb, myarc_memory_expansion_device)
+
#endif // MAME_BUS_TI99_PEB_MYARCMEM_H