summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/ti_32kmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/ti_32kmem.h')
-rw-r--r--src/devices/bus/ti99/peb/ti_32kmem.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/peb/ti_32kmem.h b/src/devices/bus/ti99/peb/ti_32kmem.h
index a8548bb9090..d8a366982cd 100644
--- a/src/devices/bus/ti99/peb/ti_32kmem.h
+++ b/src/devices/bus/ti99/peb/ti_32kmem.h
@@ -19,7 +19,7 @@
#include "peribox.h"
#include "machine/ram.h"
-DECLARE_DEVICE_TYPE(TI99_32KMEM, ti_32k_expcard_device)
+namespace bus { namespace ti99 { namespace peb {
class ti_32k_expcard_device : public ti_expansion_card_device
{
@@ -39,4 +39,8 @@ private:
required_device<ram_device> m_ram;
};
+} } } // end namespace bus::ti99::peb
+
+DECLARE_DEVICE_TYPE_NS(TI99_32KMEM, bus::ti99::peb, ti_32k_expcard_device)
+
#endif // MAME_BUS_TI99_PEB_TI_32KMEM_H