diff options
Diffstat (limited to 'src/devices/video/sda5708.h')
-rw-r--r-- | src/devices/video/sda5708.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/sda5708.h b/src/devices/video/sda5708.h index 4237675b95e..bd2a02f2f76 100644 --- a/src/devices/video/sda5708.h +++ b/src/devices/video/sda5708.h @@ -52,7 +52,7 @@ class sda5708_device : public device_t { public: // construction/destruction - sda5708_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + sda5708_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); DECLARE_WRITE_LINE_MEMBER( load_w ); DECLARE_WRITE_LINE_MEMBER( data_w ); |