summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts3a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts3a.cpp')
-rw-r--r--src/mame/drivers/gts3a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gts3a.cpp b/src/mame/drivers/gts3a.cpp
index 3b4a40f1709..18fc260f997 100644
--- a/src/mame/drivers/gts3a.cpp
+++ b/src/mame/drivers/gts3a.cpp
@@ -367,7 +367,7 @@ void gts3a_state::gts3a(machine_config &config)
crtc.set_screen("screen");
crtc.set_show_border_area(false);
crtc.set_char_width(8);
- crtc.set_update_row_callback(FUNC(gts3a_state::crtc_update_row), this);
+ crtc.set_update_row_callback(FUNC(gts3a_state::crtc_update_row));
/* Sound */
genpin_audio(config);