summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/ti_fdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/ti_fdc.h')
-rw-r--r--src/devices/bus/ti99/peb/ti_fdc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/peb/ti_fdc.h b/src/devices/bus/ti99/peb/ti_fdc.h
index 8088fdf9010..e0217b623e1 100644
--- a/src/devices/bus/ti99/peb/ti_fdc.h
+++ b/src/devices/bus/ti99/peb/ti_fdc.h
@@ -22,7 +22,7 @@
#include "imagedev/floppy.h"
#include "machine/74123.h"
-namespace bus { namespace ti99 { namespace peb {
+namespace bus::ti99::peb {
class ti_fdc_device : public device_t, public device_ti99_peribox_card_interface
{
@@ -111,7 +111,7 @@ private:
int m_sel_floppy;
};
-} } } // end namespace bus::ti99::peb
+} // end namespace bus::ti99::peb
DECLARE_DEVICE_TYPE_NS(TI99_FDC, bus::ti99::peb, ti_fdc_device)