mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
starwbc: increase cpu speed a bit
This commit is contained in:
parent
e10de0e0ba
commit
eeb4367e21
@ -5887,7 +5887,7 @@ INPUT_PORTS_END
|
||||
void starwbc_state::starwbc(machine_config &config)
|
||||
{
|
||||
/* basic machine hardware */
|
||||
TMS1100(config, m_maincpu, 325000); // approximation - RC osc. R=51K, C=47pF
|
||||
TMS1100(config, m_maincpu, 350000); // approximation - RC osc. R=51K, C=47pF
|
||||
m_maincpu->k().set(FUNC(starwbc_state::read_k));
|
||||
m_maincpu->r().set(FUNC(starwbc_state::write_r));
|
||||
m_maincpu->o().set(FUNC(starwbc_state::write_o));
|
||||
|
Loading…
Reference in New Issue
Block a user