summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-04-01 16:03:29 +0200
committer hap <happppp@users.noreply.github.com>2020-04-01 16:03:55 +0200
commit2eac30e2842faf6a0da38e56f9726c6cc011409b (patch)
treec4cbc3c054cb1da12d1b09bd9beafbab7913c879 /src
parentbe3fba32a53d99d2171fb4e02f01486d8ee4529c (diff)
ditto: wrong mcu type (nw)
Diffstat (limited to 'src')
-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 2affe197e25..b9a7b6c6496 100644
--- a/src/mame/drivers/hh_tms1k.cpp
+++ b/src/mame/drivers/hh_tms1k.cpp
@@ -11572,7 +11572,7 @@ INPUT_PORTS_END
void ditto_state::ditto(machine_config &config)
{
/* basic machine hardware */
- TMS1730(config, m_maincpu, 275000); // approximation - RC osc. R=100K, C=47pF
+ TMS1700(config, m_maincpu, 275000); // approximation - RC osc. R=100K, C=47pF
m_maincpu->k().set_ioport("IN.0");
m_maincpu->r().set(FUNC(ditto_state::write_r));
m_maincpu->o().set(FUNC(ditto_state::write_o));