summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-04-05 18:16:58 +0200
committer hap <happppp@users.noreply.github.com>2021-04-05 18:16:58 +0200
commitfdf4fd9267b521d3b5142d80266eb5f004ec2336 (patch)
tree5feb4c0b9802ea24bfe1bc1dced9d9e58fd6842b
parentb2f9079356fed796e3665d10cdd312e59bceb3c2 (diff)
jackal: increase soundcpu overclock hack because music broke again [Osso]
-rw-r--r--src/mame/drivers/jackal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jackal.cpp b/src/mame/drivers/jackal.cpp
index 0d4d3147536..809f30deb5d 100644
--- a/src/mame/drivers/jackal.cpp
+++ b/src/mame/drivers/jackal.cpp
@@ -349,7 +349,7 @@ void jackal_state::machine_reset()
// HACK: running at the nominal clock rate, music stops working
// at the beginning of the game. This fixes it.
- m_slavecpu->set_clock_scale(1.2f);
+ m_slavecpu->set_clock_scale(1.5);
m_rambank = rgn;
m_spritebank = rgn;