summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/tn_ide.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/tn_ide.cpp')
-rw-r--r--src/devices/bus/ti99/peb/tn_ide.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/peb/tn_ide.cpp b/src/devices/bus/ti99/peb/tn_ide.cpp
index 803fd9e9d21..9c766c113ef 100644
--- a/src/devices/bus/ti99/peb/tn_ide.cpp
+++ b/src/devices/bus/ti99/peb/tn_ide.cpp
@@ -30,6 +30,10 @@
#include "emu.h"
#include "tn_ide.h"
+DEFINE_DEVICE_TYPE_NS(TI99_IDE, bus::ti99::peb, nouspikel_ide_interface_device, "ti99_ide", "Nouspikel IDE interface card")
+
+namespace bus { namespace ti99 { namespace peb {
+
#define CRU_BASE 0x1000
#define RAMREGION "ram"
@@ -382,4 +386,5 @@ ioport_constructor nouspikel_ide_interface_device::device_input_ports() const
return INPUT_PORTS_NAME(tn_ide);
}
-DEFINE_DEVICE_TYPE(TI99_IDE, nouspikel_ide_interface_device, "ti99_ide", "Nouspikel IDE interface card")
+} } } // end namespace bus::ti99::peb
+