summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m3.cpp')
-rw-r--r--src/mame/drivers/m3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m3.cpp b/src/mame/drivers/m3.cpp
index f875c49b9c2..e97675a6e50 100644
--- a/src/mame/drivers/m3.cpp
+++ b/src/mame/drivers/m3.cpp
@@ -136,7 +136,7 @@ void m3_state::m3(machine_config &config)
crtc.set_screen("screen");
crtc.set_show_border_area(false);
crtc.set_char_width(7);
- crtc.set_update_row_callback(FUNC(m3_state::crtc_update_row), this);
+ crtc.set_update_row_callback(FUNC(m3_state::crtc_update_row));
}
ROM_START( m3 )