summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitoair.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitoair.cpp')
-rw-r--r--src/mame/drivers/taitoair.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taitoair.cpp b/src/mame/drivers/taitoair.cpp
index 59c6cdc69f3..bdddcf3e54f 100644
--- a/src/mame/drivers/taitoair.cpp
+++ b/src/mame/drivers/taitoair.cpp
@@ -728,7 +728,7 @@ MACHINE_CONFIG_START(taitoair_state::airsys)
m_tc0220ioc->write_4_callback().set(FUNC(taitoair_state::coin_control_w));
m_tc0220ioc->read_7_callback().set_ioport("IN2");
- MCFG_TAITOIO_YOKE_ADD("yokectrl")
+ TAITOIO_YOKE(config, m_yoke, 0);
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)