summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/microterm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/microterm.cpp')
-rw-r--r--src/mame/drivers/microterm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/microterm.cpp b/src/mame/drivers/microterm.cpp
index 8cd1e8db309..0082bd78aba 100644
--- a/src/mame/drivers/microterm.cpp
+++ b/src/mame/drivers/microterm.cpp
@@ -54,7 +54,7 @@ void microterm_state::mt420_mem_map(address_map &map)
{
map(0x0000, 0x7fff).rom().region("maincpu", 0);
map(0x9000, 0x9000).nopw();
- map(0xc000, 0xc000).r(this, FUNC(microterm_state::c000_r)).nopw();
+ map(0xc000, 0xc000).r(FUNC(microterm_state::c000_r)).nopw();
map(0xe000, 0xefff).ram();
map(0xeff8, 0xefff).rw("avdc", FUNC(scn2674_device::read), FUNC(scn2674_device::write));
map(0xf000, 0xf7ff).ram();