summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc/mvc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/wangpc/mvc.cpp')
-rw-r--r--src/devices/bus/wangpc/mvc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/wangpc/mvc.cpp b/src/devices/bus/wangpc/mvc.cpp
index af78d16cc29..562e277f982 100644
--- a/src/devices/bus/wangpc/mvc.cpp
+++ b/src/devices/bus/wangpc/mvc.cpp
@@ -149,7 +149,7 @@ void wangpc_mvc_device::device_add_mconfig(machine_config &config)
m_crtc->set_screen(SCREEN_TAG);
m_crtc->set_show_border_area(true);
m_crtc->set_char_width(10);
- m_crtc->set_update_row_callback(FUNC(wangpc_mvc_device::crtc_update_row), this);
+ m_crtc->set_update_row_callback(FUNC(wangpc_mvc_device::crtc_update_row));
m_crtc->out_vsync_callback().set(FUNC(wangpc_mvc_device::vsync_w));
}