summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gradius3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gradius3.cpp')
-rw-r--r--src/mame/drivers/gradius3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gradius3.cpp b/src/mame/drivers/gradius3.cpp
index 1cea45f628e..eadbc2855f9 100644
--- a/src/mame/drivers/gradius3.cpp
+++ b/src/mame/drivers/gradius3.cpp
@@ -326,7 +326,7 @@ MACHINE_CONFIG_START(gradius3_state::gradius3)
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, 3579545)
MCFG_SOUND_ROUTE(0, "lspeaker", 1.0)