summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tmc0430.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tmc0430.cpp')
-rw-r--r--src/devices/machine/tmc0430.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/tmc0430.cpp b/src/devices/machine/tmc0430.cpp
index d2547467abe..d3adcb1a5b1 100644
--- a/src/devices/machine/tmc0430.cpp
+++ b/src/devices/machine/tmc0430.cpp
@@ -363,4 +363,4 @@ int tmc0430_device::debug_get_address()
return m_address;
}
-const device_type TMC0430 = &device_creator<tmc0430_device>;
+const device_type TMC0430 = device_creator<tmc0430_device>;