summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apricotp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/apricotp.cpp')
-rw-r--r--src/mame/drivers/apricotp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/apricotp.cpp b/src/mame/drivers/apricotp.cpp
index 2def89372c1..0e449e4b777 100644
--- a/src/mame/drivers/apricotp.cpp
+++ b/src/mame/drivers/apricotp.cpp
@@ -603,7 +603,7 @@ void fp_state::fp(machine_config &config)
m_crtc->set_screen(SCREEN_CRT_TAG);
m_crtc->set_show_border_area(false);
m_crtc->set_char_width(8);
- m_crtc->set_update_row_callback(FUNC(fp_state::update_row), this);
+ m_crtc->set_update_row_callback(FUNC(fp_state::update_row));
// sound hardware
SPEAKER(config, "mono").front_center();