mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
Merge pull request #5609 from yukaritamura/supbtime_6280_clock
Fix the audio cpu clock for the DE-0343 board
This commit is contained in:
commit
41735b445b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user