summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/tn_usbsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/tn_usbsm.h')
-rw-r--r--src/devices/bus/ti99/peb/tn_usbsm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/peb/tn_usbsm.h b/src/devices/bus/ti99/peb/tn_usbsm.h
index 7ba08addf95..314e9ec5a5a 100644
--- a/src/devices/bus/ti99/peb/tn_usbsm.h
+++ b/src/devices/bus/ti99/peb/tn_usbsm.h
@@ -21,7 +21,7 @@
#include "machine/strata.h"
#include "machine/ram.h"
-namespace bus { namespace ti99 { namespace peb {
+namespace bus::ti99::peb {
class nouspikel_usb_smartmedia_device : public device_t, public device_ti99_peribox_card_interface
{
@@ -59,7 +59,8 @@ private:
required_device<smartmedia_image_device> m_smartmedia;
required_device<strataflash_device> m_flash;
};
-} } } // end namespace bus::ti99::peb
+
+} // end namespace bus::ti99::peb
DECLARE_DEVICE_TYPE_NS(TI99_USBSM, bus::ti99::peb, nouspikel_usb_smartmedia_device)