summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/crt9212.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/crt9212.h')
-rw-r--r--src/devices/video/crt9212.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/crt9212.h b/src/devices/video/crt9212.h
index bf32b311c2d..a4ea8324bb6 100644
--- a/src/devices/video/crt9212.h
+++ b/src/devices/video/crt9212.h
@@ -38,7 +38,7 @@ class crt9212_device : public device_t
{
public:
// construction/destruction
- crt9212_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ crt9212_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
void set_wen2(int state) { m_wen2 = state; }
auto dout() { return m_write_dout.bind(); }