summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts3.cpp')
-rw-r--r--src/mame/drivers/gts3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gts3.cpp b/src/mame/drivers/gts3.cpp
index 9e50825cfdd..28e5ae51691 100644
--- a/src/mame/drivers/gts3.cpp
+++ b/src/mame/drivers/gts3.cpp
@@ -79,7 +79,7 @@ void gts3_state::gts3_map(address_map &map)
map(0x0000, 0x1fff).ram().share("nvram");
map(0x2000, 0x200f).rw(m_u4, FUNC(via6522_device::read), FUNC(via6522_device::write));
map(0x2010, 0x201f).rw(m_u5, FUNC(via6522_device::read), FUNC(via6522_device::write));
- map(0x2020, 0x2023).mirror(0x0c).w(this, FUNC(gts3_state::segbank_w));
+ map(0x2020, 0x2023).mirror(0x0c).w(FUNC(gts3_state::segbank_w));
map(0x4000, 0xffff).rom();
}