summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/comx35/clm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/comx35/clm.h')
-rw-r--r--src/emu/bus/comx35/clm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/comx35/clm.h b/src/emu/bus/comx35/clm.h
index 180169bf03f..a79ef6ac043 100644
--- a/src/emu/bus/comx35/clm.h
+++ b/src/emu/bus/comx35/clm.h
@@ -38,7 +38,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 );
protected:
// device-level overrides