summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ted Green <tedgreen99@protonmail.com>2018-03-17 17:17:38 -0600
committer Ted Green <tedgreen99@protonmail.com>2018-03-17 17:18:18 -0600
commitd9be150c6fa86eb6a0cfa1cb2160c3347ece203a (patch)
treeb745e77f3db4a7e46afb3346512f2baa6e1ab6fe
parent7ce116e7126d5611a915844cf2bae9aee4361fb5 (diff)
iteagle: Set cpu frequency to 166MHz. Seems to fix MT 06908 .
-rw-r--r--src/mame/drivers/iteagle.cpp2
1 files changed, 1 insertions, 1 deletions
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)