mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
leprechn: Keep VIA clocks consistent with CPU clock
This commit is contained in:
parent
f42206bb30
commit
423b3d0a91
@ -1000,6 +1000,9 @@ void gameplan_state::leprechn(machine_config &config)
|
|||||||
{
|
{
|
||||||
gameplan(config);
|
gameplan(config);
|
||||||
m_maincpu->set_clock(LEPRECHAUN_MAIN_CPU_CLOCK);
|
m_maincpu->set_clock(LEPRECHAUN_MAIN_CPU_CLOCK);
|
||||||
|
m_via_0->set_clock(LEPRECHAUN_MAIN_CPU_CLOCK);
|
||||||
|
m_via_1->set_clock(LEPRECHAUN_MAIN_CPU_CLOCK);
|
||||||
|
m_via_2->set_clock(LEPRECHAUN_MAIN_CPU_CLOCK);
|
||||||
|
|
||||||
/* basic machine hardware */
|
/* basic machine hardware */
|
||||||
m_audiocpu->set_addrmap(AS_PROGRAM, &gameplan_state::leprechn_audio_map);
|
m_audiocpu->set_addrmap(AS_PROGRAM, &gameplan_state::leprechn_audio_map);
|
||||||
|
Loading…
Reference in New Issue
Block a user