summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/chessmst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/chessmst.cpp')
-rw-r--r--src/mame/drivers/chessmst.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/chessmst.cpp b/src/mame/drivers/chessmst.cpp
index e63e47e64e8..b451969152b 100644
--- a/src/mame/drivers/chessmst.cpp
+++ b/src/mame/drivers/chessmst.cpp
@@ -116,7 +116,7 @@ void chessmst_state::chessmst_io(address_map &map)
void chessmst_state::chessmstdm_io(address_map &map)
{
chessmst_io(map);
- map(0x4c, 0x4c).w(this, FUNC(chessmst_state::digits_w));
+ map(0x4c, 0x4c).w(FUNC(chessmst_state::digits_w));
}
WRITE_LINE_MEMBER( chessmst_state::timer_555_w )