summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-03-30 23:16:04 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-03-30 23:16:07 -0400
commit47dfbd5ba1342749bc1983f1ef5d2d90b937d40e (patch)
tree73589f30c653434be209c333029ffb2c319e84fc
parent7d263a9da6b65cdfe0ef54eff031953feb48fe98 (diff)
taitocchip.cpp: One file I missed in the uPD78C1x separation (nw)
-rw-r--r--src/mame/machine/taitocchip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/taitocchip.cpp b/src/mame/machine/taitocchip.cpp
index c366ea984e4..15f8ff429d0 100644
--- a/src/mame/machine/taitocchip.cpp
+++ b/src/mame/machine/taitocchip.cpp
@@ -217,7 +217,7 @@ void taito_cchip_device::cchip_map(address_map &map)
void taito_cchip_device::device_add_mconfig(machine_config &config)
{
- upd7811_device &upd(UPD7811(config, m_upd7811, DERIVED_CLOCK(1, 1)));
+ upd78c11_device &upd(UPD78C11(config, m_upd7811, DERIVED_CLOCK(1, 1)));
upd.set_addrmap(AS_PROGRAM, &taito_cchip_device::cchip_map);
upd.pa_in_cb().set([this] { return m_in_pa_cb(); });
upd.pb_in_cb().set([this] { return m_in_pb_cb(); });