summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hd44352.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hd44352.h')
-rw-r--r--src/devices/video/hd44352.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd44352.h b/src/devices/video/hd44352.h
index a5b311c0e9f..d0e1bcf07dc 100644
--- a/src/devices/video/hd44352.h
+++ b/src/devices/video/hd44352.h
@@ -21,7 +21,7 @@ class hd44352_device : public device_t
{
public:
// construction/destruction
- hd44352_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ hd44352_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto on_cb() { return m_on_cb.bind(); }