summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/am9517a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/am9517a.cpp')
-rw-r--r--src/devices/machine/am9517a.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/am9517a.cpp b/src/devices/machine/am9517a.cpp
index a7b652a79ed..b29fdf7b13a 100644
--- a/src/devices/machine/am9517a.cpp
+++ b/src/devices/machine/am9517a.cpp
@@ -48,9 +48,9 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type AM9517A = &device_creator<am9517a_device>;
-const device_type V53_DMAU = &device_creator<upd71071_v53_device>;
-const device_type PCXPORT_DMAC = &device_creator<pcxport_dmac_device>;
+const device_type AM9517A = device_creator<am9517a_device>;
+const device_type V53_DMAU = device_creator<upd71071_v53_device>;
+const device_type PCXPORT_DMAC = device_creator<pcxport_dmac_device>;
//**************************************************************************