summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/espial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/espial.cpp')
-rw-r--r--src/mame/drivers/espial.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/espial.cpp b/src/mame/drivers/espial.cpp
index 848e4e937ff..50f62bf3d74 100644
--- a/src/mame/drivers/espial.cpp
+++ b/src/mame/drivers/espial.cpp
@@ -349,8 +349,8 @@ MACHINE_CONFIG_START(espial_state::espial)
/* sound hardware */
SPEAKER(config, "mono").front_center();
- MCFG_GENERIC_LATCH_8_ADD("soundlatch")
- MCFG_GENERIC_LATCH_8_ADD("soundlatch2")
+ GENERIC_LATCH_8(config, m_soundlatch);
+ GENERIC_LATCH_8(config, "soundlatch2");
AY8910(config, "aysnd", 1500000).add_route(ALL_OUTPUTS, "mono", 0.50);
MACHINE_CONFIG_END