summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ec65.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ec65.cpp')
-rw-r--r--src/mame/drivers/ec65.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ec65.cpp b/src/mame/drivers/ec65.cpp
index 2dd004ce7a0..933a8a20fe0 100644
--- a/src/mame/drivers/ec65.cpp
+++ b/src/mame/drivers/ec65.cpp
@@ -178,7 +178,7 @@ void ec65_state::ec65(machine_config &config)
crtc.set_screen("screen");
crtc.set_show_border_area(false);
crtc.set_char_width(8); /*?*/
- crtc.set_update_row_callback(FUNC(ec65_state::crtc_update_row), this);
+ crtc.set_update_row_callback(FUNC(ec65_state::crtc_update_row));
/* devices */
PIA6821(config, PIA6821_TAG, 0);