summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/forti.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/forti.h')
-rw-r--r--src/devices/bus/ti99/peb/forti.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/peb/forti.h b/src/devices/bus/ti99/peb/forti.h
index 5c70bd45117..7328c965eea 100644
--- a/src/devices/bus/ti99/peb/forti.h
+++ b/src/devices/bus/ti99/peb/forti.h
@@ -20,7 +20,7 @@
#include "sound/sn76496.h"
#include "speaker.h"
-namespace bus { namespace ti99 { namespace peb {
+namespace bus::ti99::peb {
class forti_device : public device_t, public device_ti99_peribox_card_interface
{
@@ -45,7 +45,7 @@ private:
required_device<sn94624_device> m_generator4;
};
-} } } // end namespace bus::ti99::peb
+} // end namespace bus::ti99::peb
DECLARE_DEVICE_TYPE_NS(TI99_FORTI, bus::ti99::peb, forti_device)