summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/spchsyn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/spchsyn.h')
-rw-r--r--src/devices/bus/ti99/peb/spchsyn.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/peb/spchsyn.h b/src/devices/bus/ti99/peb/spchsyn.h
index 5edf4bffc45..e6ddcde9f66 100644
--- a/src/devices/bus/ti99/peb/spchsyn.h
+++ b/src/devices/bus/ti99/peb/spchsyn.h
@@ -18,7 +18,7 @@
#include "peribox.h"
#include "sound/tms5220.h"
-DECLARE_DEVICE_TYPE(TI99_SPEECH, ti_speech_synthesizer_device)
+namespace bus { namespace ti99 { namespace peb {
class ti_speech_synthesizer_device : public ti_expansion_card_device
{
@@ -46,4 +46,8 @@ private:
bool m_sbe; // Signal "Speech block enable"
};
+} } } // end namespace bus::ti99::peb
+
+DECLARE_DEVICE_TYPE_NS(TI99_SPEECH, bus::ti99::peb, ti_speech_synthesizer_device)
+
#endif // MAME_BUS_TI99_PEB_SPCHSYN_H