summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/dc-ctrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/dc-ctrl.cpp')
-rw-r--r--src/mame/machine/dc-ctrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/dc-ctrl.cpp b/src/mame/machine/dc-ctrl.cpp
index 36bada88469..48db78e1af6 100644
--- a/src/mame/machine/dc-ctrl.cpp
+++ b/src/mame/machine/dc-ctrl.cpp
@@ -3,7 +3,7 @@
#include "emu.h"
#include "dc-ctrl.h"
-const device_type DC_CONTROLLER = &device_creator<dc_controller_device>;
+const device_type DC_CONTROLLER = device_creator<dc_controller_device>;
void dc_controller_device::static_set_port_tag(device_t &device, int port, const char *tag)
{