summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mc1000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mc1000.cpp')
-rw-r--r--src/mame/drivers/mc1000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mc1000.cpp b/src/mame/drivers/mc1000.cpp
index d676ebbe4c2..7fde774196d 100644
--- a/src/mame/drivers/mc1000.cpp
+++ b/src/mame/drivers/mc1000.cpp
@@ -260,7 +260,7 @@ void mc1000_state::mc1000_io(address_map &map)
{
map.global_mask(0xff);
map(0x04, 0x04).rw(FUNC(mc1000_state::printer_r), FUNC(mc1000_state::printer_w));
- map(0x05, 0x05).w("cent_data_out", FUNC(output_latch_device::bus_w));
+ map(0x05, 0x05).w("cent_data_out", FUNC(output_latch_device::write));
// map(0x10, 0x10).w(m_crtc, FUNC(mc6845_device::address_w));
// map(0x11, 0x11).rw(m_crtc, FUNC(mc6845_device::register_r), FUNC(mc6845_device::register_w));
map(0x12, 0x12).w(FUNC(mc1000_state::mc6845_ctrl_w));