summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2018-03-03 20:19:04 -0500
committer arbee <rb6502@users.noreply.github.com>2018-03-03 20:19:04 -0500
commit0fde40b5e0d09deb3facd5e6b1ffe6a8386a2036 (patch)
tree811698976141fc382468eab1ee59771645d2ea82 /src/mame/audio
parent45a09141c8b145ec3d581c684cd770dc9aa9cc3f (diff)
whoops, these should be there (nw)
Diffstat (limited to 'src/mame/audio')
-rw-r--r--src/mame/audio/taito_en.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/audio/taito_en.cpp b/src/mame/audio/taito_en.cpp
index 3684ec80198..f123cc281bf 100644
--- a/src/mame/audio/taito_en.cpp
+++ b/src/mame/audio/taito_en.cpp
@@ -202,6 +202,7 @@ MACHINE_CONFIG_START(taito_en_device::device_add_mconfig)
MCFG_CPU_PROGRAM_MAP(en_sound_map)
MCFG_CPU_ADD("esp", ES5510, XTAL(10'000'000)) // from Gun Buster schematics
+ MCFG_DEVICE_DISABLE()
MCFG_DEVICE_ADD("duart68681", MC68681, XTAL(16'000'000) / 4)
MCFG_MC68681_SET_EXTERNAL_CLOCKS(XTAL(16'000'000)/2/8, XTAL(16'000'000)/2/16, XTAL(16'000'000)/2/16, XTAL(16'000'000)/2/8)