summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/agat7ports.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/agat7ports.cpp')
-rw-r--r--src/devices/bus/a2bus/agat7ports.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/a2bus/agat7ports.cpp b/src/devices/bus/a2bus/agat7ports.cpp
index 5c24d8fac8f..d284ad2a935 100644
--- a/src/devices/bus/a2bus/agat7ports.cpp
+++ b/src/devices/bus/a2bus/agat7ports.cpp
@@ -54,7 +54,7 @@ INPUT_PORTS_END
void a2bus_agat7_ports_device::device_add_mconfig(machine_config &config)
{
I8255(config, m_d9);
- m_d9->out_pa_callback().set("cent_data_out", FUNC(output_latch_device::bus_w));
+ m_d9->out_pa_callback().set("cent_data_out", FUNC(output_latch_device::write));
m_d9->out_pb_callback().set(FUNC(a2bus_agat7_ports_device::write_portb));
m_d9->in_pc_callback().set(FUNC(a2bus_agat7_ports_device::read_portc));