summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/5clown.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/5clown.cpp')
-rw-r--r--src/mame/drivers/5clown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/5clown.cpp b/src/mame/drivers/5clown.cpp
index 9a0e0605b2d..af1c46fed80 100644
--- a/src/mame/drivers/5clown.cpp
+++ b/src/mame/drivers/5clown.cpp
@@ -1049,7 +1049,7 @@ void _5clown_state::fclown(machine_config &config)
crtc.set_show_border_area(false);
crtc.set_char_width(8);
crtc.out_vsync_callback().set_inputline(m_maincpu, INPUT_LINE_NMI);
- crtc.set_update_row_callback(FUNC(_5clown_state::update_row), this);
+ crtc.set_update_row_callback(FUNC(_5clown_state::update_row));
/* sound hardware */
SPEAKER(config, "mono").front_center();