summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2019-09-09 14:59:16 -0400
committer GitHub <noreply@github.com>2019-09-09 14:59:16 -0400
commit41735b445b58fec8a153f1168ca16f1edd12c4d2 (patch)
treeabc27178c9e129561ea3a0bb80671d3c23c8a72d
parent127665dc2cde18607b709cbb79e4baefe5d51d3d (diff)
parent663197d7bcf6664f3b00eaa0f66e14f2e4cd0b67 (diff)
Merge pull request #5609 from yukaritamura/supbtime_6280_clock
Fix the audio cpu clock for the DE-0343 board
-rw-r--r--src/mame/drivers/supbtime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/supbtime.cpp b/src/mame/drivers/supbtime.cpp
index c9f69fa8331..eae426e01fc 100644
--- a/src/mame/drivers/supbtime.cpp
+++ b/src/mame/drivers/supbtime.cpp
@@ -330,7 +330,7 @@ void supbtime_state::supbtime(machine_config &config)
M68000(config, m_maincpu, XTAL(21'477'272) / 2);
m_maincpu->set_addrmap(AS_PROGRAM, &supbtime_state::supbtime_map);
- H6280(config, m_audiocpu, XTAL(32'220'000) / 8);
+ H6280(config, m_audiocpu, XTAL(32'220'000) / 4);
m_audiocpu->set_addrmap(AS_PROGRAM, &supbtime_state::sound_map);
m_audiocpu->add_route(ALL_OUTPUTS, "mono", 0); // internal sound unused