summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/bwg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/bwg.h')
-rw-r--r--src/devices/bus/ti99/peb/bwg.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/peb/bwg.h b/src/devices/bus/ti99/peb/bwg.h
index de202241519..3eed7dce771 100644
--- a/src/devices/bus/ti99/peb/bwg.h
+++ b/src/devices/bus/ti99/peb/bwg.h
@@ -22,7 +22,7 @@
#include "machine/wd_fdc.h"
#include "machine/ram.h"
-DECLARE_DEVICE_TYPE(TI99_BWG, snug_bwg_device)
+namespace bus { namespace ti99 { namespace peb {
class snug_bwg_device : public ti_expansion_card_device
{
@@ -139,4 +139,8 @@ private:
required_device<mm58274c_device> m_clock;
};
+} } } // end namespace bus::ti99::peb
+
+DECLARE_DEVICE_TYPE_NS(TI99_BWG, bus::ti99::peb, snug_bwg_device)
+
#endif // MAME_BUS_TI99_PED_BWG_H