summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/horizon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/horizon.cpp')
-rw-r--r--src/mame/drivers/horizon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/horizon.cpp b/src/mame/drivers/horizon.cpp
index bd465a857b4..85cd3184667 100644
--- a/src/mame/drivers/horizon.cpp
+++ b/src/mame/drivers/horizon.cpp
@@ -90,7 +90,7 @@ void horizon_state::horizon_mem(address_map &map)
map(0xea11, 0xea11);
map(0xea21, 0xea21);
map(0xea31, 0xea31);
- map(0xeb10, 0xeb17).r(this, FUNC(horizon_state::ff_r));
+ map(0xeb10, 0xeb17).r(FUNC(horizon_state::ff_r));
map(0xeb20, 0xeb20);
map(0xeb35, 0xeb35);
map(0xeb40, 0xeb40);