summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-03-03 16:30:36 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-03-03 16:30:45 -0500
commitea9c23c9754f4db7d92c4c7606c409e4bce41743 (patch)
tree8e36103584bb8ee32d4b181ca8456997b5d03f04 /src/mame/audio
parent0621c9b7c701bdc9fe9cc002150daaef233e33ee (diff)
Bad reversion (nw)
Diffstat (limited to 'src/mame/audio')
-rw-r--r--src/mame/audio/taito_en.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/taito_en.cpp b/src/mame/audio/taito_en.cpp
index 68bd71f0322..3684ec80198 100644
--- a/src/mame/audio/taito_en.cpp
+++ b/src/mame/audio/taito_en.cpp
@@ -223,7 +223,7 @@ MACHINE_CONFIG_START(taito_en_device::device_add_mconfig)
MCFG_SOUND_ADD("ensoniq", ES5505, XTAL(30'476'100) / 2)
MCFG_ES5505_REGION0("ensoniq.0")
MCFG_ES5505_REGION1("ensoniq.0")
- MCFG_ES5506_CHANNELS(4)
+ MCFG_ES5505_CHANNELS(4)
MCFG_SOUND_ROUTE_EX(0, "pump", 1.0, 0)
MCFG_SOUND_ROUTE_EX(1, "pump", 1.0, 1)
MCFG_SOUND_ROUTE_EX(2, "pump", 1.0, 2)