Merge pull request #5575 from yukaritamura/supbtime_68clk

Fix the main cpu clock for the DE-0343 board
This commit is contained in:
ajrhacker 2019-08-31 12:00:34 -04:00 committed by GitHub
commit b4305f44a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -327,7 +327,7 @@ GFXDECODE_END
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);
H6280(config, m_audiocpu, XTAL(32'220'000) / 8);