summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-10-03 14:03:30 -0400
committer AJR <ajrhacker@users.noreply.github.com>2021-10-03 14:03:37 -0400
commit11e3e35bba1f4bbe02b0f6072955fc41d61c2a01 (patch)
treeb5126025316ad2de95021fb989ee5f1bb619f083
parenta271303a9fdf7207d5363687a9419e87544ff119 (diff)
ti84pce: Revert overclocking
-rw-r--r--src/mame/drivers/ti85.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ti85.cpp b/src/mame/drivers/ti85.cpp
index 5cfbebf3c50..c6e0463d12a 100644
--- a/src/mame/drivers/ti85.cpp
+++ b/src/mame/drivers/ti85.cpp
@@ -745,7 +745,7 @@ void ti85_state::ti84pce(machine_config &config)
{
ti84pse(config);
- EZ80(config.replace(), m_maincpu, 25000000);
+ EZ80(config.replace(), m_maincpu, 15000000);
m_maincpu->set_addrmap(AS_PROGRAM, &ti85_state::ti83p_asic_mem);
m_maincpu->set_addrmap(AS_IO, &ti85_state::ti83pse_io);
}