summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/laserbas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/laserbas.cpp')
-rw-r--r--src/mame/drivers/laserbas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/laserbas.cpp b/src/mame/drivers/laserbas.cpp
index d24cec3251f..38409cf90f1 100644
--- a/src/mame/drivers/laserbas.cpp
+++ b/src/mame/drivers/laserbas.cpp
@@ -400,7 +400,7 @@ void laserbas_state::laserbas(machine_config &config)
crtc.set_screen("screen");
crtc.set_show_border_area(false);
crtc.set_char_width(8);
- crtc.set_update_row_callback(FUNC(laserbas_state::crtc_update_row), this);
+ crtc.set_update_row_callback(FUNC(laserbas_state::crtc_update_row));
PALETTE(config, m_palette).set_format(palette_device::RGB_332, 32);