summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spc1500.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spc1500.cpp')
-rw-r--r--src/mame/drivers/spc1500.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/spc1500.cpp b/src/mame/drivers/spc1500.cpp
index b1526bb4d51..963b729622f 100644
--- a/src/mame/drivers/spc1500.cpp
+++ b/src/mame/drivers/spc1500.cpp
@@ -906,7 +906,7 @@ void spc1500_state::spc1500(machine_config &config)
MCFG_VIDEO_START_OVERRIDE(spc1500_state, spc)
I8255(config, m_pio);
- m_pio->out_pa_callback().set("cent_data_out", FUNC(output_latch_device::bus_w));
+ m_pio->out_pa_callback().set("cent_data_out", FUNC(output_latch_device::write));
m_pio->in_pb_callback().set(FUNC(spc1500_state::portb_r));
m_pio->out_pb_callback().set(FUNC(spc1500_state::portb_w));
m_pio->out_pc_callback().set(FUNC(spc1500_state::portc_w));