summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vulgus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vulgus.cpp')
-rw-r--r--src/mame/drivers/vulgus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vulgus.cpp b/src/mame/drivers/vulgus.cpp
index 6a6fe6867fd..66877b57cc5 100644
--- a/src/mame/drivers/vulgus.cpp
+++ b/src/mame/drivers/vulgus.cpp
@@ -245,7 +245,7 @@ MACHINE_CONFIG_START(vulgus_state::vulgus)
/* sound hardware */
SPEAKER(config, "mono").front_center();
- MCFG_GENERIC_LATCH_8_ADD("soundlatch")
+ GENERIC_LATCH_8(config, "soundlatch");
AY8910(config, "ay1", XTAL(12'000'000)/8).add_route(ALL_OUTPUTS, "mono", 0.25); /* 1.5 MHz */