summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/othello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/othello.cpp')
-rw-r--r--src/mame/drivers/othello.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/othello.cpp b/src/mame/drivers/othello.cpp
index c567e44b770..5ccd1edd8d0 100644
--- a/src/mame/drivers/othello.cpp
+++ b/src/mame/drivers/othello.cpp
@@ -423,7 +423,7 @@ void othello_state::othello(machine_config &config)
crtc.set_screen("screen");
crtc.set_show_border_area(false);
crtc.set_char_width(TILE_WIDTH);
- crtc.set_update_row_callback(FUNC(othello_state::crtc_update_row), this);
+ crtc.set_update_row_callback(FUNC(othello_state::crtc_update_row));
/* sound hardware */
SPEAKER(config, "speaker").front_center();