mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +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);
|
||||
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 */
|
||||
m_audiocpu->set_addrmap(AS_PROGRAM, &gameplan_state::leprechn_audio_map);
|
||||
|
Loading…
Reference in New Issue
Block a user