summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/r10696.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/r10696.cpp')
-rw-r--r--src/devices/machine/r10696.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/r10696.cpp b/src/devices/machine/r10696.cpp
index e04484fa32e..f3a353b7ec0 100644
--- a/src/devices/machine/r10696.cpp
+++ b/src/devices/machine/r10696.cpp
@@ -45,7 +45,7 @@
*
*************************************/
-const device_type R10696 = &device_creator<r10696_device>;
+const device_type R10696 = device_creator<r10696_device>;
r10696_device::r10696_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, R10696, "Rockwell 10696", tag, owner, clock, "r10696", __FILE__),