summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-12-11 01:18:50 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-12-11 01:18:50 -0500
commit44eb87e338f11247092d745c7942a1e40ad484ea (patch)
tree7c31cc812b337605fe6d4c7590ca1e749c833ee0
parenta3aa47e8e13f083fb0fd0fac6cd2a56b4a3f517b (diff)
bfcobra: Bad clocks, argh (nw)
-rw-r--r--src/mame/drivers/bfcobra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bfcobra.cpp b/src/mame/drivers/bfcobra.cpp
index 66b3481dad3..a182d6567f6 100644
--- a/src/mame/drivers/bfcobra.cpp
+++ b/src/mame/drivers/bfcobra.cpp
@@ -1655,7 +1655,7 @@ static MACHINE_CONFIG_START( bfcobra )
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_SOUND_ADD("aysnd", AY8910, M6809_XTAL)
+ MCFG_SOUND_ADD("aysnd", AY8910, M6809_XTAL / 4)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.20)
MCFG_SOUND_ADD("upd", UPD7759, UPD7759_STANDARD_CLOCK)