summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fontwriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fontwriter.cpp')
-rw-r--r--src/mame/drivers/fontwriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fontwriter.cpp b/src/mame/drivers/fontwriter.cpp
index 62e1afd8b68..25de2f3b850 100644
--- a/src/mame/drivers/fontwriter.cpp
+++ b/src/mame/drivers/fontwriter.cpp
@@ -85,7 +85,7 @@ void fontwriter_state::main_map(address_map &map)
void fontwriter_state::io_map(address_map &map)
{
- map(M37710_PORT6, M37710_PORT6).r(this, FUNC(fontwriter_state::vbl_r));
+ map(M37710_PORT6, M37710_PORT6).r(FUNC(fontwriter_state::vbl_r));
}
static INPUT_PORTS_START( fontwriter )