summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apricot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/apricot.cpp')
-rw-r--r--src/mame/drivers/apricot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/apricot.cpp b/src/mame/drivers/apricot.cpp
index 417c0b6c739..4cb8b34d8d4 100644
--- a/src/mame/drivers/apricot.cpp
+++ b/src/mame/drivers/apricot.cpp
@@ -393,7 +393,7 @@ void apricot_state::apricot(machine_config &config)
m_crtc->set_screen("screen");
m_crtc->set_show_border_area(false);
m_crtc->set_char_width(10);
- m_crtc->set_update_row_callback(FUNC(apricot_state::crtc_update_row), this);
+ m_crtc->set_update_row_callback(FUNC(apricot_state::crtc_update_row));
m_crtc->out_de_callback().set(FUNC(apricot_state::apricot_hd6845_de));
// sound hardware