summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wpc_dcs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wpc_dcs.cpp')
-rw-r--r--src/mame/drivers/wpc_dcs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wpc_dcs.cpp b/src/mame/drivers/wpc_dcs.cpp
index 89e2510feb5..61c2fcdd9b7 100644
--- a/src/mame/drivers/wpc_dcs.cpp
+++ b/src/mame/drivers/wpc_dcs.cpp
@@ -25,7 +25,7 @@ public:
, nvram(*this, "nvram")
, lamp(*this, "lamp")
, out(*this, "out")
- , swarray(*this, "SW.%u", 0)
+ , swarray(*this, "SW.%u", 0U)
{ }
void wpc_dcs(machine_config &config);