summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dietgo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dietgo.cpp')
-rw-r--r--src/mame/drivers/dietgo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dietgo.cpp b/src/mame/drivers/dietgo.cpp
index 06ec4bfcb85..5e4841f7558 100644
--- a/src/mame/drivers/dietgo.cpp
+++ b/src/mame/drivers/dietgo.cpp
@@ -61,7 +61,7 @@ void dietgo_state::dietgo_map(address_map &map)
map(0x222000, 0x2227ff).writeonly().share("pf2_rowscroll");
map(0x280000, 0x2807ff).ram().share("spriteram");
map(0x300000, 0x300bff).ram().w("palette", FUNC(palette_device::write16)).share("palette");
- map(0x340000, 0x343fff).rw(this, FUNC(dietgo_state::dietgo_protection_region_0_104_r), FUNC(dietgo_state::dietgo_protection_region_0_104_w)).share("prot16ram"); /* Protection device */
+ map(0x340000, 0x343fff).rw(FUNC(dietgo_state::dietgo_protection_region_0_104_r), FUNC(dietgo_state::dietgo_protection_region_0_104_w)).share("prot16ram"); /* Protection device */
map(0x380000, 0x38ffff).ram(); // mainram
}