summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sstrangr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sstrangr.cpp')
-rw-r--r--src/mame/drivers/sstrangr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sstrangr.cpp b/src/mame/drivers/sstrangr.cpp
index 5b40d97caf4..11283e6ef6b 100644
--- a/src/mame/drivers/sstrangr.cpp
+++ b/src/mame/drivers/sstrangr.cpp
@@ -149,7 +149,7 @@ void sstrangr_state::sstrangr_io_map(address_map &map)
{
map(0x41, 0x41).portr("DSW");
map(0x42, 0x42).portr("INPUTS");
- map(0x44, 0x44).portr("EXT").w(this, FUNC(sstrangr_state::port_w));
+ map(0x44, 0x44).portr("EXT").w(FUNC(sstrangr_state::port_w));
}