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