diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/taito/undrfire.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/taito/undrfire.h b/src/mame/taito/undrfire.h index d4580137dd1..42583a0ead0 100644 --- a/src/mame/taito/undrfire.h +++ b/src/mame/taito/undrfire.h @@ -34,7 +34,7 @@ public: m_io_fake(*this, "FAKE"), m_lamp_start(*this, "P%u_lamp_start", 1U), m_gun_recoil(*this, "P%u_gun_recoil", 1U), - m_lamp(*this, "Lamp_%", 1U), + m_lamp(*this, "Lamp_%u", 1U), m_wheel_vibration(*this, "Wheel_vibration") { } |