summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-09-14 15:29:43 +0200
committer hap <happppp@users.noreply.github.com>2020-09-14 15:29:55 +0200
commiteeb4367e21f30e0629514d2ebf423abbf8732e80 (patch)
tree0de6bae34b44fe89b6a358a4b0a1274a49819523
parente10de0e0ba90f813e5c82cdefd231bd18399c273 (diff)
starwbc: increase cpu speed a bit
-rw-r--r--src/mame/drivers/hh_tms1k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hh_tms1k.cpp b/src/mame/drivers/hh_tms1k.cpp
index 67196046fad..872d4e19568 100644
--- a/src/mame/drivers/hh_tms1k.cpp
+++ b/src/mame/drivers/hh_tms1k.cpp
@@ -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));