diff options
Diffstat (limited to 'src/devices/video/crtc_ega.h')
-rw-r--r-- | src/devices/video/crtc_ega.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/crtc_ega.h b/src/devices/video/crtc_ega.h index df15956b2f6..0030d865d76 100644 --- a/src/devices/video/crtc_ega.h +++ b/src/devices/video/crtc_ega.h @@ -59,7 +59,7 @@ class crtc_ega_device : public device_t, public device_video_interface { public: - crtc_ega_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + crtc_ega_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); template<class _Object> static devcb_base &set_res_out_de_callback(device_t &device, _Object object) { return downcast<crtc_ega_device &>(device).m_res_out_de_cb.set_callback(object); } |