summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/88games.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2018-11-15 18:47:07 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2018-11-15 18:47:07 +0100
commit8f0b24640bb78f97ed322eb5216b3b4c847f1914 (patch)
treef6a99a26b02ff99c75c4582b96d453b8e9dd1bbc /src/mame/drivers/88games.cpp
parentfead82756e2c13a68ef254c6aa6c5891072435ac (diff)
gen_latch: removed MCFG macros (nw)
Diffstat (limited to 'src/mame/drivers/88games.cpp')
-rw-r--r--src/mame/drivers/88games.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/88games.cpp b/src/mame/drivers/88games.cpp
index 49ca9d2580a..28ee66b131d 100644
--- a/src/mame/drivers/88games.cpp
+++ b/src/mame/drivers/88games.cpp
@@ -346,7 +346,7 @@ MACHINE_CONFIG_START(_88games_state::_88games)
/* sound hardware */
SPEAKER(config, "mono").front_center();
- MCFG_GENERIC_LATCH_8_ADD("soundlatch")
+ GENERIC_LATCH_8(config, "soundlatch");
MCFG_DEVICE_ADD("ymsnd", YM2151, 3579545)
MCFG_SOUND_ROUTE(0, "mono", 0.75)