summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cvs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cvs.cpp')
-rw-r--r--src/mame/drivers/cvs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cvs.cpp b/src/mame/drivers/cvs.cpp
index 9554c76c9dc..4c855821e19 100644
--- a/src/mame/drivers/cvs.cpp
+++ b/src/mame/drivers/cvs.cpp
@@ -928,7 +928,7 @@ GFXDECODE_END
void cvs_state::machine_start()
{
- m_lamp.resolve();
+ m_lamps.resolve();
/* allocate memory */
if (m_gfxdecode->gfx(1) != nullptr)