summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/wpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/wpc.cpp')
-rw-r--r--src/mame/machine/wpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/wpc.cpp b/src/mame/machine/wpc.cpp
index 346daf954a1..b959966164e 100644
--- a/src/mame/machine/wpc.cpp
+++ b/src/mame/machine/wpc.cpp
@@ -11,7 +11,7 @@
#define LOG_WPC (0)
-const device_type WPCASIC = &device_creator<wpc_device>;
+const device_type WPCASIC = device_creator<wpc_device>;
wpc_device::wpc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig,WPCASIC,"Williams WPC ASIC",tag,owner,clock, "wpc", __FILE__),