summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wms.cpp')
-rw-r--r--src/mame/drivers/wms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wms.cpp b/src/mame/drivers/wms.cpp
index d922e7a765d..d09d0075d41 100644
--- a/src/mame/drivers/wms.cpp
+++ b/src/mame/drivers/wms.cpp
@@ -136,7 +136,7 @@ READ8_MEMBER(wms_state::test_r)
void wms_state::wms_io(address_map &map)
{
- map(0x1207, 0x1207).r(this, FUNC(wms_state::test_r));
+ map(0x1207, 0x1207).r(FUNC(wms_state::test_r));
}