summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/joyport/mecmouse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/joyport/mecmouse.cpp')
-rw-r--r--src/devices/bus/ti99/joyport/mecmouse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/joyport/mecmouse.cpp b/src/devices/bus/ti99/joyport/mecmouse.cpp
index e21f3a540a2..76a5a24c413 100644
--- a/src/devices/bus/ti99/joyport/mecmouse.cpp
+++ b/src/devices/bus/ti99/joyport/mecmouse.cpp
@@ -51,7 +51,7 @@
#include "emu.h"
#include "mecmouse.h"
-DEFINE_DEVICE_TYPE_NS(TI99_MECMOUSE, bus::ti99::joyport, mecmouse_device, "ti99_mecmouse", "TI-99 Mechatronics Mouse")
+DEFINE_DEVICE_TYPE(TI99_MECMOUSE, bus::ti99::joyport::mecmouse_device, "ti99_mecmouse", "TI-99 Mechatronics Mouse")
namespace bus::ti99::joyport {