summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/t11/t11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/t11/t11.cpp')
-rw-r--r--src/devices/cpu/t11/t11.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/t11/t11.cpp b/src/devices/cpu/t11/t11.cpp
index 5c889099cd7..f02649af571 100644
--- a/src/devices/cpu/t11/t11.cpp
+++ b/src/devices/cpu/t11/t11.cpp
@@ -35,8 +35,8 @@
#define PSW m_psw.b.l
-const device_type T11 = &device_creator<t11_device>;
-const device_type K1801VM2 = &device_creator<k1801vm2_device>;
+const device_type T11 = device_creator<t11_device>;
+const device_type K1801VM2 = device_creator<k1801vm2_device>;
k1801vm2_device::k1801vm2_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)