diff options
Diffstat (limited to 'src/devices/video/lc7582.h')
-rw-r--r-- | src/devices/video/lc7582.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/lc7582.h b/src/devices/video/lc7582.h index 3f8dcc22bc6..3a744395829 100644 --- a/src/devices/video/lc7582.h +++ b/src/devices/video/lc7582.h @@ -34,7 +34,7 @@ pin desc class lc7582_device : public device_t { public: - lc7582_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + lc7582_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // configuration helpers auto write_segs() { return m_write_segs.bind(); } // S pins, COM1/COM2 in offset |