summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/slotcarn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/slotcarn.cpp')
-rw-r--r--src/mame/drivers/slotcarn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/slotcarn.cpp b/src/mame/drivers/slotcarn.cpp
index fbf205396c6..6efc88104cc 100644
--- a/src/mame/drivers/slotcarn.cpp
+++ b/src/mame/drivers/slotcarn.cpp
@@ -197,7 +197,7 @@ void slotcarn_state::slotcarn_map(address_map &map)
map(0xe800, 0xefff).ram().share("raattr");
map(0xf000, 0xf7ff).ram().share("ravideo");
- map(0xf800, 0xfbff).rw(this, FUNC(slotcarn_state::palette_r), FUNC(slotcarn_state::palette_w));
+ map(0xf800, 0xfbff).rw(FUNC(slotcarn_state::palette_r), FUNC(slotcarn_state::palette_w));
}
// spielbud - is the ay mirrored, or are there now 2?