From 11e3e35bba1f4bbe02b0f6072955fc41d61c2a01 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 3 Oct 2021 14:03:30 -0400 Subject: ti84pce: Revert overclocking --- src/mame/drivers/ti85.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3