summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rambo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rambo.cpp')
-rw-r--r--src/mame/drivers/rambo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rambo.cpp b/src/mame/drivers/rambo.cpp
index de5941a82dc..31695deb570 100644
--- a/src/mame/drivers/rambo.cpp
+++ b/src/mame/drivers/rambo.cpp
@@ -119,7 +119,7 @@ void rambo_state::rambo_data_map(address_map &map)
void rambo_state::rambo_io_map(address_map &map)
{
- map(AVR8_IO_PORTA, AVR8_IO_PORTL).rw(this, FUNC(rambo_state::port_r), FUNC(rambo_state::port_w));
+ map(AVR8_IO_PORTA, AVR8_IO_PORTL).rw(FUNC(rambo_state::port_r), FUNC(rambo_state::port_w));
}
/****************************************************\