summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/replicator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/replicator.cpp')
-rw-r--r--src/mame/drivers/replicator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/replicator.cpp b/src/mame/drivers/replicator.cpp
index be2f868fb27..7f75a22be9f 100644
--- a/src/mame/drivers/replicator.cpp
+++ b/src/mame/drivers/replicator.cpp
@@ -544,7 +544,7 @@ void replicator_state::replicator_data_map(address_map &map)
void replicator_state::replicator_io_map(address_map &map)
{
- map(AVR8_IO_PORTA, AVR8_IO_PORTL).rw(this, FUNC(replicator_state::port_r), FUNC(replicator_state::port_w));
+ map(AVR8_IO_PORTA, AVR8_IO_PORTL).rw(FUNC(replicator_state::port_r), FUNC(replicator_state::port_w));
}
/****************************************************\