diff options
Diffstat (limited to 'src/devices/video/hd61830.h')
-rw-r--r-- | src/devices/video/hd61830.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd61830.h b/src/devices/video/hd61830.h index 83f5639ca14..4c411654841 100644 --- a/src/devices/video/hd61830.h +++ b/src/devices/video/hd61830.h @@ -24,7 +24,7 @@ class hd61830_device : public device_t, { public: // construction/destruction - hd61830_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + hd61830_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto rd_rd_callback() { return m_read_rd.bind(); } |