mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
ti84pce: Revert overclocking
This commit is contained in:
parent
a271303a9f
commit
11e3e35bba
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user