summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/hsgpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/hsgpl.h')
-rw-r--r--src/devices/bus/ti99/peb/hsgpl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/peb/hsgpl.h b/src/devices/bus/ti99/peb/hsgpl.h
index 33a6456b2d1..8c5759a5346 100644
--- a/src/devices/bus/ti99/peb/hsgpl.h
+++ b/src/devices/bus/ti99/peb/hsgpl.h
@@ -22,7 +22,7 @@
#include "machine/at29x.h"
#include "machine/ram.h"
-DECLARE_DEVICE_TYPE(TI99_HSGPL, snug_high_speed_gpl_device)
+namespace bus { namespace ti99 { namespace peb {
class snug_high_speed_gpl_device : public ti_expansion_card_device
{
@@ -81,4 +81,8 @@ private:
int m_grom_address;
};
+} } } // end namespace bus::ti99::peb
+
+DECLARE_DEVICE_TYPE_NS(TI99_HSGPL, bus::ti99::peb, snug_high_speed_gpl_device)
+
#endif // MAME_BUS_TI99_PEB_HSGPL_H