summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/at29x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/at29x.cpp')
-rw-r--r--src/devices/machine/at29x.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/at29x.cpp b/src/devices/machine/at29x.cpp
index c6dcf109fe0..2c56a1c45c2 100644
--- a/src/devices/machine/at29x.cpp
+++ b/src/devices/machine/at29x.cpp
@@ -521,6 +521,6 @@ void at29x_device::device_reset(void)
m_programming_last_offset = 0;
}
-const device_type AT29C020 = &device_creator<at29c020_device>;
-const device_type AT29C040 = &device_creator<at29c040_device>;
-const device_type AT29C040A = &device_creator<at29c040a_device>;
+const device_type AT29C020 = device_creator<at29c020_device>;
+const device_type AT29C040 = device_creator<at29c040_device>;
+const device_type AT29C040A = device_creator<at29c040a_device>;