summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68340.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/68340.cpp')
-rw-r--r--src/devices/machine/68340.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/68340.cpp b/src/devices/machine/68340.cpp
index c4dad1ad015..b11fda39130 100644
--- a/src/devices/machine/68340.cpp
+++ b/src/devices/machine/68340.cpp
@@ -112,7 +112,7 @@ WRITE32_MEMBER( m68340_cpu_device::m68340_internal_base_w )
void m68340_cpu_device::m68340_internal_map(address_map &map)
{
- map(0x0003ff00, 0x0003ff03).rw(this, FUNC(m68340_cpu_device::m68340_internal_base_r), FUNC(m68340_cpu_device::m68340_internal_base_w));
+ map(0x0003ff00, 0x0003ff03).rw(FUNC(m68340_cpu_device::m68340_internal_base_r), FUNC(m68340_cpu_device::m68340_internal_base_w));
}