summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xexex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xexex.cpp')
-rw-r--r--src/mame/drivers/xexex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xexex.cpp b/src/mame/drivers/xexex.cpp
index 845494a2321..5f1b2c773e8 100644
--- a/src/mame/drivers/xexex.cpp
+++ b/src/mame/drivers/xexex.cpp
@@ -514,7 +514,7 @@ MACHINE_CONFIG_START(xexex_state::xexex)
MCFG_DEVICE_ADD("k053252", K053252, XTAL(32'000'000)/4)
- MCFG_DEVICE_ADD("k054338", K054338, 0)
+ K054338(config, m_k054338, 0);
/* sound hardware */
SPEAKER(config, "lspeaker").front_left();