summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mm58274c.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mm58274c.cpp')
-rw-r--r--src/devices/machine/mm58274c.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mm58274c.cpp b/src/devices/machine/mm58274c.cpp
index fe29117ce3a..491ace25a34 100644
--- a/src/devices/machine/mm58274c.cpp
+++ b/src/devices/machine/mm58274c.cpp
@@ -44,7 +44,7 @@ enum
-const device_type MM58274C = &device_creator<mm58274c_device>;
+const device_type MM58274C = device_creator<mm58274c_device>;
mm58274c_device::mm58274c_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)