summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/wpc_shift.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/wpc_shift.cpp')
-rw-r--r--src/mame/machine/wpc_shift.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/wpc_shift.cpp b/src/mame/machine/wpc_shift.cpp
index cbd534dc12a..a8cfa7c853c 100644
--- a/src/mame/machine/wpc_shift.cpp
+++ b/src/mame/machine/wpc_shift.cpp
@@ -4,7 +4,7 @@
#include "emu.h"
#include "wpc_shift.h"
-const device_type WPC_SHIFT = &device_creator<wpc_shift_device>;
+const device_type WPC_SHIFT = device_creator<wpc_shift_device>;
wpc_shift_device::wpc_shift_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, WPC_SHIFT, "Williams Pinball Controller Shifter", tag, owner, clock, "wpc_shift", __FILE__)