summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/crt9007.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/crt9007.h')
-rw-r--r--src/devices/video/crt9007.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/crt9007.h b/src/devices/video/crt9007.h
index 433ca521f01..36a88e08dbe 100644
--- a/src/devices/video/crt9007.h
+++ b/src/devices/video/crt9007.h
@@ -49,7 +49,7 @@ class crt9007_device : public device_t,
{
public:
// construction/destruction
- crt9007_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ crt9007_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto int_callback() { return m_write_int.bind(); }
auto dmar_callback() { return m_write_dmar.bind(); }