summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpf1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpf1.cpp')
-rw-r--r--src/mame/drivers/mpf1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mpf1.cpp b/src/mame/drivers/mpf1.cpp
index e570c4ec346..aa4a7caeb57 100644
--- a/src/mame/drivers/mpf1.cpp
+++ b/src/mame/drivers/mpf1.cpp
@@ -67,7 +67,7 @@ void mpf1_state::mpf1_map(address_map &map)
void mpf1_state::mpf1_step(address_map &map)
{
- map(0x0000, 0xffff).r(this, FUNC(mpf1_state::step_r));
+ map(0x0000, 0xffff).r(FUNC(mpf1_state::step_r));
}
void mpf1_state::mpf1b_map(address_map &map)