mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
Merge pull request #5575 from yukaritamura/supbtime_68clk
Fix the main cpu clock for the DE-0343 board
This commit is contained in:
commit
b4305f44a9
@ -327,7 +327,7 @@ GFXDECODE_END
|
|||||||
|
|
||||||
void supbtime_state::supbtime(machine_config &config)
|
void supbtime_state::supbtime(machine_config &config)
|
||||||
{
|
{
|
||||||
M68000(config, m_maincpu, XTAL(28'000'000) / 2);
|
M68000(config, m_maincpu, XTAL(21'477'272) / 2);
|
||||||
m_maincpu->set_addrmap(AS_PROGRAM, &supbtime_state::supbtime_map);
|
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) / 8);
|
||||||
|
Loading…
Reference in New Issue
Block a user