diff options
author | 2018-08-12 00:46:11 +0200 | |
---|---|---|
committer | 2018-08-12 00:46:49 +0200 | |
commit | eb9e2c20b18fc95fc4557293f69e45513e75786b (patch) | |
tree | 142a76e370661e442decd321d2529fce874fa1d7 /src/devices/bus/hexbus | |
parent | fdd0b69a7fcd50ba85dae5f3e518ef9e89bea020 (diff) |
-8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am2847, am53cf96, am9519: Removed MCFG and old devcb. nw
Diffstat (limited to 'src/devices/bus/hexbus')
-rw-r--r-- | src/devices/bus/hexbus/hx5102.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/hexbus/hx5102.cpp b/src/devices/bus/hexbus/hx5102.cpp index f5d91e9b62d..58e71670c8e 100644 --- a/src/devices/bus/hexbus/hx5102.cpp +++ b/src/devices/bus/hexbus/hx5102.cpp @@ -714,8 +714,8 @@ MACHINE_CONFIG_START(hx5102_device::device_add_mconfig) m_speedmf->out_cb().set(FUNC(hx5102_device::mspeed_w)); // READY flipflop - MCFG_DEVICE_ADD(READYFF_TAG, TTL7474, 0) - MCFG_7474_COMP_OUTPUT_CB(WRITELINE(*this, hx5102_device, board_ready)) + TTL7474(config, m_readyff, 0); + m_readyff->comp_output_cb().set(FUNC(hx5102_device::board_ready)); // RAM MCFG_RAM_ADD(RAM1_TAG) |