From d9be150c6fa86eb6a0cfa1cb2160c3347ece203a Mon Sep 17 00:00:00 2001 From: Ted Green Date: Sat, 17 Mar 2018 17:17:38 -0600 Subject: iteagle: Set cpu frequency to 166MHz. Seems to fix MT 06908 . --- src/mame/drivers/iteagle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/iteagle.cpp b/src/mame/drivers/iteagle.cpp index cacb18af217..9781882c0f1 100644 --- a/src/mame/drivers/iteagle.cpp +++ b/src/mame/drivers/iteagle.cpp @@ -164,7 +164,7 @@ void iteagle_state::machine_reset() MACHINE_CONFIG_START(iteagle_state::iteagle) /* basic machine hardware */ - MCFG_CPU_ADD("maincpu", VR4310LE, 133333333) + MCFG_CPU_ADD("maincpu", VR4310LE, 166666666) MCFG_MIPS3_ICACHE_SIZE(16384) MCFG_MIPS3_DCACHE_SIZE(8192) MCFG_MIPS3_SYSTEM_CLOCK(66666667) -- cgit v1.2.3