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 62bcac8c5c3..266735e45cd 100644 --- a/src/devices/video/crtc_ega.h +++ b/src/devices/video/crtc_ega.h @@ -27,7 +27,7 @@ public: typedef device_delegate<void (bitmap_ind16 &bitmap, const rectangle &cliprect)> end_update_delegate; - crtc_ega_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + crtc_ega_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto res_out_de_callback() { return m_res_out_de_cb.bind(); } auto res_out_hsync_callback() { return m_res_out_hsync_cb.bind(); } |