summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rotaryf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rotaryf.cpp')
-rw-r--r--src/mame/drivers/rotaryf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rotaryf.cpp b/src/mame/drivers/rotaryf.cpp
index 77727c759ea..bea9a00df82 100644
--- a/src/mame/drivers/rotaryf.cpp
+++ b/src/mame/drivers/rotaryf.cpp
@@ -211,7 +211,7 @@ void rotaryf_state::rotaryf_io_map(address_map &map)
map(0x21, 0x21).portr("COIN").nopw();
map(0x26, 0x26).portr("DSW");
map(0x28, 0x2b).rw("ppi", FUNC(i8255_device::read), FUNC(i8255_device::write));
- map(0x30, 0x30).w(this, FUNC(rotaryf_state::port30_w));
+ map(0x30, 0x30).w(FUNC(rotaryf_state::port30_w));
}