summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/globalfr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/globalfr.cpp')
-rw-r--r--src/mame/drivers/globalfr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/globalfr.cpp b/src/mame/drivers/globalfr.cpp
index 8629643baa8..82b8feb017e 100644
--- a/src/mame/drivers/globalfr.cpp
+++ b/src/mame/drivers/globalfr.cpp
@@ -57,7 +57,7 @@ void globalfr_state::globalfr_map(address_map &map)
map(0x002000, 0x002fff).ram();
map(0x008000, 0x07ffff).rom().region("maincpu", 0x8000);
map(0x0a0000, 0x0a01ff).ram();
- map(0x7e0040, 0x7e0041).w(this, FUNC(globalfr_state::vfd_w));
+ map(0x7e0040, 0x7e0041).w(FUNC(globalfr_state::vfd_w));
}
static INPUT_PORTS_START( globalfr )