diff options
Diffstat (limited to 'src/devices/video/hd44102.h')
-rw-r--r-- | src/devices/video/hd44102.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd44102.h b/src/devices/video/hd44102.h index dfcd8ca0349..ce718f47357 100644 --- a/src/devices/video/hd44102.h +++ b/src/devices/video/hd44102.h @@ -22,7 +22,7 @@ class hd44102_device : public device_t { public: // construction/destruction - hd44102_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0); + hd44102_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); // inline configuration helpers void set_screen_offsets(int sx, int sy) { m_sx = sx; m_sy = sy; } // when using screen_update |