summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/wangpc/mvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/wangpc/mvc.h')
-rw-r--r--src/emu/bus/wangpc/mvc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/wangpc/mvc.h b/src/emu/bus/wangpc/mvc.h
index 20fa6cfaec4..16cfaa8e978 100644
--- a/src/emu/bus/wangpc/mvc.h
+++ b/src/emu/bus/wangpc/mvc.h
@@ -37,7 +37,7 @@ public:
virtual machine_config_constructor device_mconfig_additions() const;
// not really public
- void crtc_update_row(mc6845_device *device, bitmap_rgb32 &bitmap, const rectangle &cliprect, UINT16 ma, UINT8 ra, UINT16 y, UINT8 x_count, INT8 cursor_x, int de, int hbp, int vbp, void *param);
+ MC6845_UPDATE_ROW( crtc_update_row );
DECLARE_WRITE_LINE_MEMBER( vsync_w );
protected: