summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/slc1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/slc1.cpp')
-rw-r--r--src/mame/drivers/slc1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/slc1.cpp b/src/mame/drivers/slc1.cpp
index 90cd7f3facd..316d82a016b 100644
--- a/src/mame/drivers/slc1.cpp
+++ b/src/mame/drivers/slc1.cpp
@@ -205,7 +205,7 @@ void slc1_state::mem_map(address_map &map)
void slc1_state::io_map(address_map &map)
{
map.unmap_value_high();
- map(0x0000, 0xffff).rw(this, FUNC(slc1_state::io_r), FUNC(slc1_state::io_w));
+ map(0x0000, 0xffff).rw(FUNC(slc1_state::io_r), FUNC(slc1_state::io_w));
}