summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99x/mecmouse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99x/mecmouse.cpp')
-rw-r--r--src/devices/bus/ti99x/mecmouse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99x/mecmouse.cpp b/src/devices/bus/ti99x/mecmouse.cpp
index 207d89ef68b..b3c2c3d2c5d 100644
--- a/src/devices/bus/ti99x/mecmouse.cpp
+++ b/src/devices/bus/ti99x/mecmouse.cpp
@@ -216,4 +216,4 @@ ioport_constructor mecmouse_device::device_input_ports() const
return INPUT_PORTS_NAME( mecmouse );
}
-const device_type MECMOUSE = &device_creator<mecmouse_device>;
+const device_type MECMOUSE = device_creator<mecmouse_device>;