summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/tn_usbsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/tn_usbsm.cpp')
-rw-r--r--src/devices/bus/ti99/peb/tn_usbsm.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/peb/tn_usbsm.cpp b/src/devices/bus/ti99/peb/tn_usbsm.cpp
index 9a68ad1d715..91fa72c6fc4 100644
--- a/src/devices/bus/ti99/peb/tn_usbsm.cpp
+++ b/src/devices/bus/ti99/peb/tn_usbsm.cpp
@@ -42,6 +42,10 @@
#include "emu.h"
#include "tn_usbsm.h"
+DEFINE_DEVICE_TYPE_NS(TI99_USBSM, bus::ti99::peb, nouspikel_usb_smartmedia_device, "ti99_usbsm", "Nouspikel USB/Smartmedia card")
+
+namespace bus { namespace ti99 { namespace peb {
+
#define STRATA_TAG "strata"
#define RAM1_TAG "ram512k_lb"
@@ -375,5 +379,4 @@ ioport_constructor nouspikel_usb_smartmedia_device::device_input_ports() const
{
return INPUT_PORTS_NAME(tn_usbsm);
}
-
-DEFINE_DEVICE_TYPE(TI99_USBSM, nouspikel_usb_smartmedia_device, "ti99_usbsm", "Nouspikel USB/Smartmedia card")
+} } } // end namespace bus::ti99::peb