mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
taito/undrfire.cpp: Fix assert failure in debug build
This commit is contained in:
parent
1b25d752c2
commit
0e5ac33054
@ -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")
|
||||
{ }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user