summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tanbus/ravdu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/tanbus/ravdu.cpp')
-rw-r--r--src/devices/bus/tanbus/ravdu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/tanbus/ravdu.cpp b/src/devices/bus/tanbus/ravdu.cpp
index a68a609c18e..2a53497d079 100644
--- a/src/devices/bus/tanbus/ravdu.cpp
+++ b/src/devices/bus/tanbus/ravdu.cpp
@@ -43,7 +43,7 @@ void tanbus_ravdu_device::device_add_mconfig(machine_config &config)
m_crtc->set_show_border_area(false);
m_crtc->set_char_width(12);
m_crtc->out_vsync_callback().set(FUNC(tanbus_ravdu_device::vsync_changed));
- m_crtc->set_update_row_callback(FUNC(tanbus_ravdu_device::crtc_update_row), this);
+ m_crtc->set_update_row_callback(FUNC(tanbus_ravdu_device::crtc_update_row));
SAA5055(config, m_trom, DERIVED_CLOCK(1, 1));
m_trom->d_cb().set(FUNC(tanbus_ravdu_device::videoram_r));