summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti85.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti85.cpp')
-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);
}