summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/contra.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/contra.cpp')
-rw-r--r--src/mame/drivers/contra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/contra.cpp b/src/mame/drivers/contra.cpp
index 797c7ded4c1..80d1296b766 100644
--- a/src/mame/drivers/contra.cpp
+++ b/src/mame/drivers/contra.cpp
@@ -245,7 +245,7 @@ MACHINE_CONFIG_START(contra_state::contra)
SPEAKER(config, "lspeaker").front_left();
SPEAKER(config, "rspeaker").front_right();
- MCFG_GENERIC_LATCH_8_ADD("soundlatch")
+ GENERIC_LATCH_8(config, "soundlatch");
MCFG_DEVICE_ADD("ymsnd", YM2151, XTAL(3'579'545))
MCFG_SOUND_ROUTE(0, "lspeaker", 0.60)