summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/metlfrzr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/metlfrzr.cpp')
-rw-r--r--src/mame/drivers/metlfrzr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/metlfrzr.cpp b/src/mame/drivers/metlfrzr.cpp
index 55f2a2a0227..f444d4274d3 100644
--- a/src/mame/drivers/metlfrzr.cpp
+++ b/src/mame/drivers/metlfrzr.cpp
@@ -195,7 +195,7 @@ void metlfrzr_state::metlfrzr_map(address_map &map)
map(0xd604, 0xd604).portr("DSW2");
map(0xd600, 0xd61f).writeonly().share("vregs");
- map(0xd700, 0xd700).w(this, FUNC(metlfrzr_state::output_w));
+ map(0xd700, 0xd700).w(FUNC(metlfrzr_state::output_w));
map(0xd710, 0xd710).w("t5182", FUNC(t5182_device::sound_irq_w));
map(0xd711, 0xd711).r("t5182", FUNC(t5182_device::sharedram_semaphore_snd_r));
// following two do swapped access compared to darkmist