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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/phc25.cpp b/src/mame/drivers/phc25.cpp
index d77731229e7..d80319ba5e4 100644
--- a/src/mame/drivers/phc25.cpp
+++ b/src/mame/drivers/phc25.cpp
@@ -131,8 +131,8 @@ 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::write));
- map(0x40, 0x40).rw(this, FUNC(phc25_state::port40_r), FUNC(phc25_state::port40_w));
+ map(0x00, 0x00).w("cent_data_out", FUNC(output_latch_device::bus_w));
+ map(0x40, 0x40).rw(FUNC(phc25_state::port40_r), FUNC(phc25_state::port40_w));
map(0x80, 0x80).portr("KEY0");
map(0x81, 0x81).portr("KEY1");
map(0x82, 0x82).portr("KEY2");