summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc6846.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mc6846.h')
-rw-r--r--src/devices/machine/mc6846.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mc6846.h b/src/devices/machine/mc6846.h
index 3569e78bb98..c4601dec045 100644
--- a/src/devices/machine/mc6846.h
+++ b/src/devices/machine/mc6846.h
@@ -17,7 +17,7 @@
class mc6846_device : public device_t
{
public:
- mc6846_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ mc6846_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto out_port() { return m_out_port_cb.bind(); }
auto in_port() { return m_in_port_cb.bind(); }