summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/gen_latch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/gen_latch.cpp')
-rw-r--r--src/devices/machine/gen_latch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/gen_latch.cpp b/src/devices/machine/gen_latch.cpp
index 76efe7c5c72..1cf2841a6fa 100644
--- a/src/devices/machine/gen_latch.cpp
+++ b/src/devices/machine/gen_latch.cpp
@@ -14,8 +14,8 @@
// DEVICE TYPE DEFINITIONS
//**************************************************************************
-const device_type GENERIC_LATCH_8 = &device_creator<generic_latch_8_device>;
-const device_type GENERIC_LATCH_16 = &device_creator<generic_latch_16_device>;
+const device_type GENERIC_LATCH_8 = device_creator<generic_latch_8_device>;
+const device_type GENERIC_LATCH_16 = device_creator<generic_latch_16_device>;
//**************************************************************************