mirror of
https://github.com/holub/mame
synced 2025-06-23 12:58:37 +03:00
fix clang build - it's stricter about using current class name with protected base members (nw)
This commit is contained in:
parent
826db8a22b
commit
a18bb019de
@ -210,7 +210,7 @@ void zn2_state::zn2(machine_config &config)
|
|||||||
sio0.txd_handler().set(m_cat702[0], FUNC(cat702_device::write_datain));
|
sio0.txd_handler().set(m_cat702[0], FUNC(cat702_device::write_datain));
|
||||||
|
|
||||||
CAT702(config, m_cat702[0], 0);
|
CAT702(config, m_cat702[0], 0);
|
||||||
m_cat702[0]->dataout_handler().set(FUNC(zn_state::cat702_dataout<0>));
|
m_cat702[0]->dataout_handler().set(FUNC(zn2_state::cat702_dataout<0>));
|
||||||
|
|
||||||
ZNMCU(config, m_znmcu, 0);
|
ZNMCU(config, m_znmcu, 0);
|
||||||
m_znmcu->dataout_handler().set(FUNC(zn2_state::znmcu_dataout));
|
m_znmcu->dataout_handler().set(FUNC(zn2_state::znmcu_dataout));
|
||||||
|
Loading…
Reference in New Issue
Block a user