diff options
Diffstat (limited to 'src/devices/video/hd61603.h')
-rw-r--r-- | src/devices/video/hd61603.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd61603.h b/src/devices/video/hd61603.h index 8de7c879761..24d0e777260 100644 --- a/src/devices/video/hd61603.h +++ b/src/devices/video/hd61603.h @@ -37,7 +37,7 @@ pin desc class hd61603_device : public device_t { public: - hd61603_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + hd61603_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // configuration helpers auto write_segs() { return m_write_segs.bind(); } |