summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/phc25.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/phc25.cpp')
-rw-r--r--src/mame/drivers/phc25.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/phc25.cpp b/src/mame/drivers/phc25.cpp
index 9342dede5f7..4a4632b98e9 100644
--- a/src/mame/drivers/phc25.cpp
+++ b/src/mame/drivers/phc25.cpp
@@ -131,7 +131,7 @@ void phc25_state::phc25_io(address_map &map)
{
map.unmap_value_high();
map.global_mask(0xff);
- map(0x00, 0x00).w("cent_data_out", FUNC(output_latch_device::bus_w));
+ map(0x00, 0x00).w("cent_data_out", FUNC(output_latch_device::write));
map(0x40, 0x40).rw(FUNC(phc25_state::port40_r), FUNC(phc25_state::port40_w));
map(0x80, 0x80).portr("KEY0");
map(0x81, 0x81).portr("KEY1");