mirror of
https://github.com/holub/mame
synced 2025-06-28 07:04:35 +03:00
taitocchip.cpp: One file I missed in the uPD78C1x separation (nw)
This commit is contained in:
parent
7d263a9da6
commit
47dfbd5ba1
@ -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(); });
|
||||
|
Loading…
Reference in New Issue
Block a user